Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Payment] when payment is authorized or paid, order get's confirmed #2628

Open
wants to merge 2 commits into
base: 4.0
Choose a base branch
from

Conversation

dpfaffenbauer
Copy link
Member

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets #2615

Current Issue is that:

  1. UpdateOrderStateExtension never updates to order state cause the payment state got changed before
  2. if you manually executed the pay transition, order is stuck in new and does not get confirmed

This PR automatically confirms the order when a single payment is partially paid, fully paid, partially authorized or fully authorized.

@solverat I would like to get your opinion on this.

@dpfaffenbauer dpfaffenbauer added this to the 3.2.8 milestone May 7, 2024
@dpfaffenbauer dpfaffenbauer requested a review from a team May 7, 2024 19:11
@dpfaffenbauer dpfaffenbauer self-assigned this May 7, 2024
Copy link

sonarcloud bot commented May 8, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@dpfaffenbauer dpfaffenbauer modified the milestones: 3.2.8, 3.2.9 May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant