We have a workflow where it is required the user creates an account on checkout. THe products they purchase have recurring fees. However after purchasing one of these products, you cannot update or cancel the subscription from your account page, and after furthur review into the matter, the uc_recurring_users table never got updated with the correct UID, it was still 0.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | uc_reccuring.module.patch | 745 bytes | kylebrowning |
Comments
Comment #1
kylebrowning commentedI should also note, that this was with Authorize.net
Comment #2
kylebrowning commentedIve created a patch to fix this.
Comment #3
lee20 commentedThe patch didn't work for me.
Change the state of the order to 'payment_received' solved the issue for me:
Comment #4
univate commentedComment #5
vitis commented