lib/braintree/gateway.rb in braintree-2.95.0 vs lib/braintree/gateway.rb in braintree-2.96.0
- old
+ new
@@ -70,9 +70,11 @@
def us_bank_account
UsBankAccountGateway.new(self)
end
+ # NEXT_MAJOR_VERSION Remove this class as legacy Ideal has been removed/disabled in the Braintree Gateway
+ # DEPRECATED If you're looking to accept iDEAL as a payment method contact accounts@braintreepayments.com for a solution.
def ideal_payment
IdealPaymentGateway.new(self)
end
def merchant