lib/braintree/gateway.rb in braintree-2.18.0 vs lib/braintree/gateway.rb in braintree-2.19.0
- old
+ new
@@ -50,9 +50,13 @@
def transaction
TransactionGateway.new(self)
end
+ def verification
+ CreditCardVerificationGateway.new(self)
+ end
+
def webhook_notification
WebhookNotificationGateway.new(self)
end
def webhook_testing