lib/braintree/gateway.rb in braintree-2.10.3 vs lib/braintree/gateway.rb in braintree-2.11.0
- old
+ new
@@ -22,11 +22,11 @@
def customer
CustomerGateway.new(self)
end
- def payer_authentication
- PayerAuthenticationGateway.new(self)
+ def settlement_batch_summary
+ SettlementBatchSummaryGateway.new(self)
end
def subscription
SubscriptionGateway.new(self)
end