-
Notifications
You must be signed in to change notification settings - Fork 255
Issue #2804227 Add $order->getBalance() #786
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
Issue #2804227 Add $order->getBalance() #786
Conversation
…ddPayment, ::subtractPayment.
…payment entities.
I added one more change. Now when we calculate the balance, we consider the payment status. The tests are also updated for this. So I think this is now RTBC, but will wait for someone else to review it. |
Looking good! Needs a rebase. |
I rebased this branch and put it up for testing at #821. I feel like I may have munged up a commit or two, so let's see.. |
Continued on the issue https://www.drupal.org/node/2804227 |
This is a rebase of PR 508. Adding a commerce_order_post_update_6() function.