Skip to content

Commit 83f32b6

Browse files
Merge branch 'feature/1cc_merge' into dannyphan2000.W-21109850.continue-as-guest-fix
2 parents 6ad75a3 + 1eb4f7b commit 83f32b6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/pwa-kit-create-app/program.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -458,10 +458,10 @@
458458
"project.extend": true,
459459
"project.hybrid": true,
460460
"project.name": "retail-react-app",
461-
"project.commerce.instanceUrl": "https://www.phased-launch-testing.com/",
462-
"project.commerce.clientId": "e7e22b7f-a904-4f3a-8022-49dbee696485",
461+
"project.commerce.instanceUrl": "https://prd2.phased-launch-testing.com/",
462+
"project.commerce.clientId": "a656d109-5154-424e-829a-00732e833799",
463463
"project.commerce.siteId": "RefArch",
464-
"project.commerce.organizationId": "f_ecom_bjnl_prd",
464+
"project.commerce.organizationId": "f_ecom_bjmk_prd",
465465
"project.commerce.shortCode": "performance-001",
466466
"project.commerce.isSlasPrivate": false,
467467
"project.einstein.clientId": "1ea06c6e-c936-4324-bcf0-fada93f83bb1",

packages/template-retail-react-app/app/hooks/use-einstein.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ describe('EinsteinAPI', () => {
230230
'Content-Type': 'application/json',
231231
'x-cq-client-id': 'test-id'
232232
},
233-
body: '{"products":[{"id":"682875719029M","price":29.99,"quantity":1}],"amount":29.99,"cookieId":"test-usid","realm":"test","instanceType":"sbx"}'
233+
body: '{"products":[{"id":"682875719029M","price":29.99,"quantity":1}],"amount":29.99,"checkoutType":"traditional","cookieId":"test-usid","realm":"test","instanceType":"sbx"}'
234234
}
235235
)
236236
})
@@ -249,7 +249,7 @@ describe('EinsteinAPI', () => {
249249
'Content-Type': 'application/json',
250250
'x-cq-client-id': 'test-id'
251251
},
252-
body: '{"stepName":"CheckoutStep","stepNumber":0,"basketId":"f6bbeee30fb93c2f94213f60f8","cookieId":"test-usid","realm":"test","instanceType":"sbx"}'
252+
body: '{"stepName":"CheckoutStep","stepNumber":0,"basketId":"f6bbeee30fb93c2f94213f60f8","checkoutType":"traditional","cookieId":"test-usid","realm":"test","instanceType":"sbx"}'
253253
}
254254
)
255255
})

0 commit comments

Comments
 (0)