lib/braintree/gateway.rb in braintree-4.9.0 vs lib/braintree/gateway.rb in braintree-4.10.0

- old
+ new

@@ -76,9 +76,13 @@ def us_bank_account UsBankAccountGateway.new(self) end + def sepa_direct_debit_account + SepaDirectDebitAccountGateway.new(self) + end + def merchant MerchantGateway.new(self) end def merchant_account