lib/braintree/gateway.rb in braintree-2.67.0 vs lib/braintree/gateway.rb in braintree-2.68.0
- old
+ new
@@ -54,9 +54,13 @@
def paypal_account
PayPalAccountGateway.new(self)
end
+ def us_bank_account
+ UsBankAccountGateway.new(self)
+ end
+
def merchant
MerchantGateway.new(self)
end
def merchant_account