Commerce Card on File provides an order status called Charged (cardonfile_charged). This is supposed to be used when a charge attempt done by Card on File was successful. So Commerce Dunning updates the order status accordingly.
However, Commerce License Billing needs to know about the order afterwards, so the status has to be Recurring: open ( the order status has to be changed to Completed once it's charged properly and the order balance is zero. Let's provide a reaction rule that takes care of this and updates the order status after it's changed to Charged (recurring_open)cardonfile_charged).
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | commerce_license_billing-update-charged-order-2139917-2.patch | 1.47 KB | balintbrews |
| #1 | commerce_license_billing-update-charged-order-2139917-1.patch | 1.47 KB | balintbrews |
Comments
Comment #1
balintbrewsComment #2
balintbrewsComment #3
balintbrewsComment #4
bojanz commentedCommitted, thanks.