From 2a32adf7b86304c49070705249b181048e81c037 Mon Sep 17 00:00:00 2001 From: Johan Herrera Date: Tue, 10 May 2022 11:03:35 -0500 Subject: [PATCH] Adyen: Update API version Summary: ------------------------------ This PR changes the PAYMENT_API_VERSION updating it to a newer version. According to changelog and previous update there is not any additional requirements to handle the update Test Execution: ------------------------------ Unit test Finished in 0.06828 seconds. 94 tests, 479 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed Remote test Finished in 163.203064 seconds. 123 tests, 439 assertions, 3 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 97.561% passed -------------------------- Failures not related with the added code RuboCop: ------------------------------ 739 files inspected, no offenses detected --- lib/active_merchant/billing/gateways/adyen.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/active_merchant/billing/gateways/adyen.rb b/lib/active_merchant/billing/gateways/adyen.rb index dd02c57ecc2..d27704aa7bb 100644 --- a/lib/active_merchant/billing/gateways/adyen.rb +++ b/lib/active_merchant/billing/gateways/adyen.rb @@ -17,7 +17,7 @@ class AdyenGateway < Gateway self.homepage_url = 'https://www.adyen.com/' self.display_name = 'Adyen' - PAYMENT_API_VERSION = 'v64' + PAYMENT_API_VERSION = 'v68' RECURRING_API_VERSION = 'v49' STANDARD_ERROR_CODE_MAPPING = {