Stripe plugin fails to include shipping in price #2438
Replies: 1 comment 2 replies
-
|
Hi, The error suggests some kind of issue in communicating the session token to the server when calling |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I've been trying to get the stripe plugin behaving as expected - but there's something I'm missing I think because at every single order I place the shipping price is left out, and the order never progresses from "Arranging payment".
According to code it should use the active order for the request context, however I get this error in the log:
[Vendure Server] USER_INPUT_ERROR: No active order found for sessionWhich I located to this code:
Beta Was this translation helpful? Give feedback.
All reactions