Skip to content

Commit

Permalink
Merge pull request #99 from commercetools/dasanorct/update_payments_s…
Browse files Browse the repository at this point in the history
…dk_version

chore(dependencies): update to the new version of payments-sdk
  • Loading branch information
dasanorct authored Apr 15, 2024
2 parents cd803a0 + 1646ea7 commit 29862f9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion enabler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "enabler",
"private": true,
"version": "4.0.0",
"version": "4.0.1",
"type": "module",
"scripts": {
"dev": "vite --port 3000",
Expand Down
18 changes: 9 additions & 9 deletions processor/package-lock.json

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

4 changes: 2 additions & 2 deletions processor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "payment-integration-adyen",
"version": "4.0.0",
"version": "4.0.1",
"description": "Payment integration with Adyen",
"main": "dist/server.js",
"scripts": {
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@adyen/api-library": "16.2.0",
"@commercetools-backend/loggers": "22.23.2",
"@commercetools/connect-payments-sdk": "0.4.3",
"@commercetools/connect-payments-sdk": "0.4.4",
"@fastify/autoload": "5.8.0",
"@fastify/cors": "9.0.1",
"@fastify/formbody": "7.4.0",
Expand Down

0 comments on commit 29862f9

Please sign in to comment.