Closed (fixed)
Project:
UC Recurring Payments and Subscriptions
Version:
6.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2009 at 12:54 UTC
Updated:
2 Oct 2009 at 02:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
univate commentedThis patch should generate the following order_status events for a renewal that completes and is payed for in full:
but it also should leave a renewal in the pending status if no payment is received but the order is still renewed (e.g. when you are not using any payment modules onsite, instead payments are handled manually some other way)
Comment #2
thill_ commentedAwesome it works like expected, giving the new order the status updates like it should, it triggered the role renewal.
Comment #3
vitis commentedthank you, univate
Comment #4
univate commentedI have committed this, although I have added a TODO in the code so that we can address the issue of having CA handle the order status being changed to completed instead of being done manually in the code.