-
This is a placeholder ticket for KungFu Panda's work on consignment tracking.
link to PR to come.
-
- [x] Run all the E2E tests on the nightly branch on jenkins:
Note: Make sure that ALL the tests are being run (about 29 tests).
OR run them from your computer, pointing to dev17 server.
Addition…
-
Credit card error messages we display, need improvement.
Currently we display something like:
Invalid field: card_accountNumber
The field name comes from the error.
We need to handle these …
-
Hi,
when I am compiling my code its get failed cause following issue:
`ERROR in node_modules/@spartacus/core/src/cart/store/selectors/cart.selector.d.ts(22,69): error TS2314: Generic type 'Memoize…
-
Need to find and replace those hardcoded urls - i.e. in `CmsPageGuard`:
```
if (pageContext.id !== '/not-found') {
this.routingService.go(['/not-found']);
}
```
If, needed, add new routes to …
-
Docs for GH-1784
-
In step 2 of https://github.com/SAP/cloud-commerce-spartacus-storefront/blob/develop/docs/setupandinstallation.md#importing-the-storefront-module-into-your-application
the code snippet shows:
`imp…
-
After sign out we call request ``
GET https://dev-com-17.accdemo.b2c.ydev.hybris.com:9002/rest/v2/electronics-spa/cms/pages?fields=DEFAULT&pageType=ContentPage&pageLabelOrId=/logout&lang=en&curr=USD …
-
See GH-2140 for master plan.
-
**Needs reproduction**
Using the guidelines from https://github.com/SAP/cloud-commerce-spartacus-storefront/wiki/Building-the-Spartacus-Storefront-from-Libraries I created a new Spartacus based sto…