lib/braintree/gateway.rb in braintree-2.10.1 vs lib/braintree/gateway.rb in braintree-2.10.2

- old
+ new

@@ -22,9 +22,13 @@ def customer CustomerGateway.new(self) end + def payer_authentication + PayerAuthenticationGateway.new(self) + end + def subscription SubscriptionGateway.new(self) end def transparent_redirect