Active
Project:
UC Recurring Payments and Subscriptions
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2013 at 13:52 UTC
Updated:
15 Feb 2013 at 11:34 UTC
If a user clicks the "update" link in their recurring fees table, then decides not to make any changes and clicks Cancel instead of Update, they get access denied because the cancel link redirects to the admin view of recurring fees, not back to the user view. This is with the authorize.net handler, the URL in question is like the following:
example.com/user/263/recurring/715/cancel/authorizenet_cim?destination=user/263/recurring-fees
Comments
Comment #1
krishnasdb commentedThis is the code I got when I am doing research, I changed my code according to the mentioned below,but it does't work for me any help!
If a user clicks the "update" link in their recurring fees table, then decides not to make any changes and clicks Cancel instead of Update, they get access denied because the cancel link redirects to the admin view of recurring fees, not back to the user view. This is with the authorize.net handler, the URL in question is like the following:
example.com/user/226/recurring/44/update/authorizenet_cim?destination=user/226/recurring-fees
I have modified my code according to the mentioned above, but still it is not working, any help!!!
--Thanks in advance