lib/braintree/gateway.rb in braintree-2.84.0 vs lib/braintree/gateway.rb in braintree-2.85.0
- old
+ new
@@ -110,9 +110,13 @@
def testing
TestingGateway.new(self)
end
+ def us_bank_account_verification
+ UsBankAccountVerificationGateway.new(self)
+ end
+
def verification
CreditCardVerificationGateway.new(self)
end
def webhook_notification