tdphong Posted November 5, 2015 Report Posted November 5, 2015 Hi all, Currently, I'm developing a payment gateway and this gateway want not support from pay past due. So, I want to disable my gateway when client use pay past due. How do I can that? Please help me. You can see images as attached. Thanks, Phong Quote
Tyson Posted November 5, 2015 Report Posted November 5, 2015 The "Pay Past Due" button simply checks the past due invoices to pay from the list of open invoices. Clients can still pay past due invoices whether they click that button or not. I'm curious why you would want to disable your gateway under that condition. In any case, you would probably want to update the client_pay controller to set a session variable to set whether that button was clicked, and then remove your gateway from the set of non-merchant gateways that are loaded up on the next page. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.