Skip to content

Commit

Permalink
Upgrade payment-sdk to v0.4.2 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
leungkinghin-ct authored Apr 10, 2024
1 parent b1097b8 commit 343f3d4
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 36 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": "1.0.0",
"version": "1.0.2",
"type": "module",
"scripts": {
"dev": "vite --port 3000",
Expand Down
166 changes: 134 additions & 32 deletions processor/package-lock.json

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

6 changes: 3 additions & 3 deletions processor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paypal-payment-integration",
"version": "1.0.0",
"version": "1.0.2",
"description": "Paypal Payment integration",
"main": "dist/server.js",
"scripts": {
Expand All @@ -18,8 +18,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@commercetools-backend/loggers": "22.23.3",
"@commercetools/connect-payments-sdk": "0.4.0",
"@commercetools-backend/loggers": "22.22.0",
"@commercetools/connect-payments-sdk": "0.4.2",
"@fastify/autoload": "5.8.0",
"@fastify/cors": "9.0.1",
"@fastify/formbody": "7.4.0",
Expand Down

0 comments on commit 343f3d4

Please sign in to comment.