Remitur Posted November 6, 2019 Share Posted November 6, 2019 It may happen that you need to restrict a customer to use just a payment method (i.e. only wire transfer, not allowing him to pay using credit card or PayPal...) WHMCS "off the shelf" seems not be able to limit it: a user is always able to choose between all the available and supported payment methods... Any trick about it? 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted November 6, 2019 Share Posted November 6, 2019 Use InvoiceChangeGateway hook point. As soon as the gateway changes run: UPDATE tblinvoices SET paymentmethod = '{PAYMENT}' WHERE id = {INVOICE_ID} LIMIT 1 1 Quote Link to comment Share on other sites More sharing options...
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.