Current Path : /var/www/storage/vendor/braintree/braintree_php/lib/Braintree/ |
Current File : /var/www/storage/vendor/braintree/braintree_php/lib/Braintree/Discount.php |
<?php class Braintree_Discount extends Braintree_Modification { public static function factory($attributes) { $instance = new self(); $instance->_initialize($attributes); return $instance; } // static methods redirecting to gateway public static function all() { return Braintree_Configuration::gateway()->discount()->all(); } }