lib/braintree/discount.rb in braintree-2.40.0 vs lib/braintree/discount.rb in braintree-2.41.0
- old
+ new
@@ -1,8 +1,7 @@
module Braintree
class Discount < Modification
- # See http://www.braintreepayments.com/docs/ruby/discounts/all
def self.all
Configuration.gateway.discount.all
end
end
end