Replies: 1 comment
-
Hi, A PR would be welcome! 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We're thinking of changing our store flow by selecting an address first (due to some products not being available in certain shipping zones).
Looking through the code, we saw that
setOrderShippingAddress
andsetOrderBillingAddress
are not creating an order. Shouldn't they be the same asaddItemToOrder
? Or at least, add an optional flag whether to create the order or not.I can submit a PR if this looks like a good idea.
Beta Was this translation helpful? Give feedback.
All reactions