coreshop / CoreShop

CoreShop - Pimcore enhanced eCommerce
http://www.coreshop.org
Other
274 stars 154 forks source link

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

Open dpfaffenbauer opened 2 months ago

dpfaffenbauer commented 2 months ago
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.

sonarcloud[bot] commented 2 months ago

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