lib/braintree/gateway.rb in braintree-2.24.0 vs lib/braintree/gateway.rb in braintree-2.25.0

- old
+ new

@@ -34,9 +34,13 @@ def plan PlanGateway.new(self) end + def merchant_account + MerchantAccountGateway.new(self) + end + def settlement_batch_summary SettlementBatchSummaryGateway.new(self) end def subscription