File tree Expand file tree Collapse file tree 4 files changed +11
-1
lines changed
templates/@salesforce/retail-react-app/config
template-retail-react-app/config Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11## v3.16.0-dev (Dec 17, 2025)
2+ - Add new One-Click Checkout configuration [ #3609 ] ( https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3609 )
3+
24## v3.15.0 (Dec 17, 2025)
35- Add new Google Cloud API configuration and Bonus Product configuration [ #3523 ] ( https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3523 )
46
Original file line number Diff line number Diff line change @@ -136,6 +136,10 @@ module.exports = {
136136 appSourceId: '{{ answers.project.dataCloud.appSourceId }} ',
137137 tenantId: '{{ answers.project.dataCloud.tenantId }} '
138138 },
139+ // Enable one-click checkout feature
140+ oneClickCheckout: {
141+ enabled: false
142+ },
139143 // Bonus product config
140144 pages: {
141145 cart: {
Original file line number Diff line number Diff line change @@ -136,6 +136,10 @@ module.exports = {
136136 appSourceId: '{{ answers.project.dataCloud.appSourceId }} ',
137137 tenantId: '{{ answers.project.dataCloud.tenantId }} '
138138 },
139+ // Enable one-click checkout feature
140+ oneClickCheckout: {
141+ enabled: false
142+ },
139143 // Bonus product config
140144 pages: {
141145 cart: {
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ module.exports = {
7373 tenantId : 'g82wgnrvm-ywk9dggrrw8mtggy.pc-rnd'
7474 } ,
7575 oneClickCheckout : {
76- enabled : true
76+ enabled : false
7777 } ,
7878 partialHydrationEnabled : false ,
7979 pages : {
You can’t perform that action at this time.
0 commit comments