Skip to content

Commit

Permalink
Adyen: Update API version
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jherreraa committed May 10, 2022
1 parent 8b39cf1 commit 2a32adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_merchant/billing/gateways/adyen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 2a32adf

Please sign in to comment.