86c6dd9hg - Fixed issue in order process
1. Why is this change necessary?
Shopware validates a cart hash and as we change the payment method of the context without updating the hash immediately, it shows an error to the customer for safety.
2. What does this change do, exactly?
The cart hash is refreshed when the change the payment method manually.
3. Describe each step to reproduce the issue or behavior.
- Go to your cart with any product
- Redeem a voucher or promotion or whatever makes the cart amount zero
- Proceed to checkout immediately and try to order
- You'll get the message as here
With this bug fix the message will not appear again
4. Please link to the relevant issues (if any).
https://app.clickup.com/t/86c6dd9hg
5. Checklist
-
I have updated the plugin version and changelog -
I have updated the manual / created a manual update merge request -
I have updated the shopware store information -
I can confirm the code style fits our requirements -
I can confirm that no debug output is generated anywhere
