Skip to content

Commit

Permalink
fix: paypal through v67 adyen api (#660)
Browse files Browse the repository at this point in the history
* fix: paypal through v67 adyen api (#659)

Co-authored-by: Fifciuu <[email protected]>

* Release v7.1.3

Co-authored-by: Filip Jędrasik <[email protected]>
Co-authored-by: Fifciuu <[email protected]>
  • Loading branch information
3 people authored Apr 23, 2021
1 parent 801ae59 commit 6ddb263
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commercetools-adyen-integration-extension",
"version": "7.1.2",
"version": "7.1.3",
"description": "Integration between commercetools and Adyen payment service provider",
"license": "MIT",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion extension/src/service/web-component-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ function submitAdditionalPaymentDetails(
submitAdditionalPaymentDetailsRequestObj,
commercetoolsProjectKey
)
extendRequestObjWithApplicationInfo(submitAdditionalPaymentDetailsRequestObj)
return callAdyen(
`${adyenCredentials.apiBaseUrl}/payments/details`,
merchantAccount,
Expand Down
2 changes: 1 addition & 1 deletion notification/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion notification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commercetools-adyen-integration-notification",
"version": "7.1.2",
"version": "7.1.3",
"description": "Part of the integration of Adyen with commercetools responsible to receive and process notifications from Adyen",
"scripts": {
"check-coverage": "nyc check-coverage --statements 93",
Expand Down

0 comments on commit 6ddb263

Please sign in to comment.