lib/braintree/gateway.rb in braintree-2.69.1 vs lib/braintree/gateway.rb in braintree-2.70.0

- old
+ new

@@ -58,9 +58,13 @@ def us_bank_account UsBankAccountGateway.new(self) end + def ideal_payment + IdealPaymentGateway.new(self) + end + def merchant MerchantGateway.new(self) end def merchant_account