You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I integrate Paypal Commerce via Swell integration, and I have a custom checkout page.
Now the catch is that even if I setup a shipping service, when paying via Paypal's modal the shipping service defaults to the first service. How can I set the shipping service inside the modal with the one chosen inside the cart object? (cart.shipping.service is already set before via await swell.cart.update({ shipping: { service: shippingService, }, });
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I integrate Paypal Commerce via Swell integration, and I have a custom checkout page.
Now the catch is that even if I setup a shipping service, when paying via Paypal's modal the shipping service defaults to the first service. How can I set the shipping service inside the modal with the one chosen inside the cart object? (cart.shipping.service is already set before via
await swell.cart.update({ shipping: { service: shippingService, }, });All reactions