Need to decide about approach. Until then do it manually.
Mark the transaction as cancelled.
Check nav_orders.
If there exist a entry not with status cancelled. Then do nothing
If there exist no such entry update the membership expiry with command -
UPDATE nav_user set membership_expiry = enrollment_date + 2592000000 where _id=''
Need to decide about approach. Until then do it manually.
Mark the transaction as cancelled. Check nav_orders. If there exist a entry not with status cancelled. Then do nothing If there exist no such entry update the membership expiry with command - UPDATE nav_user set membership_expiry = enrollment_date + 2592000000 where _id=''