You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is case, when Order may have multiple valid payments with partial amounts, which sums up to Order total. (At least vanilla Sylius supports such behaviour with Order:paymentState->partially_paid and I personally have multi-payment case in one of my projects), so only Order:paymentState should be used to determine, if order is paid, not Payment:state.
The text was updated successfully, but these errors were encountered:
Zales0123
added
the
Enhancement
Minor issues and PRs improving the current solutions (optimizations, typo fixes, etc.).
label
Jun 10, 2019
There is case, when Order may have multiple valid payments with partial amounts, which sums up to Order total. (At least vanilla Sylius supports such behaviour with
Order:paymentState->partially_paid
and I personally have multi-payment case in one of my projects), so onlyOrder:paymentState
should be used to determine, if order is paid, notPayment:state
.The text was updated successfully, but these errors were encountered: