����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 18.188.148.202 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/./bofirmacademy.com/vendor/braintree/braintree_php/lib/Braintree/ |
Upload File : |
<?php namespace Braintree; /** * Shipping methods module * Shipping methods can be assigned to shipping addresses when * creating transactions. */ class ShippingMethod { const SAME_DAY = 'same_day'; const NEXT_DAY = 'next_day'; const PRIORITY = 'priority'; const GROUND = 'ground'; const ELECTRONIC = 'electronic'; const SHIP_TO_STORE = 'ship_to_store'; }