Skip to content

Commit

Permalink
fix: disable payment change on order place
Browse files Browse the repository at this point in the history
  • Loading branch information
malessani committed Jul 11, 2024
1 parent e722951 commit 27c381e
Show file tree
Hide file tree
Showing 4 changed files with 136 additions and 234 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
"dependencies": {
"@commercelayer/js-auth": "^6.3.0",
"@commercelayer/organization-config": "^1.4.8",
"@commercelayer/react-components": "4.13.3",
"@commercelayer/sdk": "^6.0.2",
"@commercelayer/react-components": "^4.14.3",
"@commercelayer/sdk": "^6.9.1",
"@faker-js/faker": "^8.4.1",
"@headlessui/react": "^1.7.19",
"@next/bundle-analyzer": "^14.2.4",
Expand Down Expand Up @@ -132,7 +132,7 @@
"eslint-plugin-tailwind": "^0.2.1",
"npm-check-updates": "^16.14.20",
"prettier": "^3.3.2",
"semantic-release": "^23.1.1",
"semantic-release": "^24.0.0",
"serve": "^14.2.3",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.1"
Expand All @@ -150,4 +150,4 @@
"cacheDirectories": [
".next/cache"
]
}
}
Loading

0 comments on commit 27c381e

Please sign in to comment.