-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LWR B2B Integration classes not executing #299
Comments
I see the confusion. Our extension registration logic is basically register all the classes we want in the scratch org. For B2B Aura, B2C classes should not execute, it uses the b2b flow. The B2B LWR uses the same checkout logic as B2C LWR, so those classes should execute. Here are the classes we register. Please try to register the apex classes manually and see if you still see the same behavior. That way, we can know if the issue is in the extension logic or the plugin logic. |
I have removed all records for following sobjects and imported them back again #1 I tried setup with API 59.0 but I get all the time: Can you test from your end with API 60.0? |
@tarcang
API 60.0 preview |
@patrykzak API 59.0 doesn't have the ShippingConfigurationSet. Your best bet is probably using https://www.npmjs.com/package/@salesforce/commerce/v/248.1.3 since that is compatible with api 59. |
@patrykzak I do not have problems with API 60. Try to recreate scratch org. |
@AVATOR are you able to connect integrations with classes implementing "sfdc_checkout" and confirm that they are working? |
I have setup LWR B2B store according to the documentation.
I can see below information during script execution:
However when I place an order none of those classes are executed.
I am testing it on preview 60.0 api scratch org.
I checked if classes are registered and if they are mapped, all looks fine, but I am not able to see them in the administration tab for the commerce
For example in my production org where we use Aura B2B commerce template it looks like this:
I am investigating LWR capabilities for commerce, however I am unable to setup integration classes to work as expected.
Please advise
The text was updated successfully, but these errors were encountered: