Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • NetiNextOrderAmountHandler NetiNextOrderAmountHandler
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • shopware6
  • labs
  • NetiNextOrderAmountHandlerNetiNextOrderAmountHandler
  • Merge requests
  • !39

Open
Created Nov 11, 2025 by Tommy Meier@tmeierMaintainer3 of 5 tasks completed3/5 tasks
  • Report abuse
Report abuse

86c6dd9hg - Fixed issue in order process

  • Overview 2
  • Commits 2
  • Pipelines 1
  • Changes 7

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.

  1. Go to your cart with any product
  2. Redeem a voucher or promotion or whatever makes the cart amount zero
  3. Proceed to checkout immediately and try to order
  4. You'll get the message as here
    image

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

6. Release Notes

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: 86c6dd9hg-refresh-hash-on-payment-change