on 2024 Jul 10 8:22 AM
Using sap commerce cloud with spartacus 2211
The frontend is calling the hybris/bin/modules/commerce-services/commercewebservices/web/src/de/hybris/platform/commercewebservices/core/v2/controller/CartsController.java
In method "replaceCartGuestUser", which creates a new checkout customer from an email address, the code goes well when debugging at first, with a proper generated uid with format guid|email
but right after calling modelService.save and before the first interceptor is called, the pipe character is gone, resulting in the format guidemail altogether, which makes it impossible to extract the email address. what is wrong? it only happens with the pipe character, if I replace it with anything else then the string is not modified.
the process later on adds another pipe with the site which is fine, but the pipe separating the guid and the email address is missing.
Request clarification before answering.
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.