lib/braintree/gateway.rb in braintree-2.15.0 vs lib/braintree/gateway.rb in braintree-2.16.0

- old
+ new

@@ -49,7 +49,15 @@ end def transaction TransactionGateway.new(self) end + + def webhook_notification + WebhookNotificationGateway.new(self) + end + + def webhook_testing + WebhookTestingGateway.new(self) + end end end