ocastaned Posted December 19, 2015 Share Posted December 19, 2015 We currently have 4 payments gateways for our customers. We recently added a new one, and we want to assign it as a default payment for all accounts. How can we accomplish that? Thank you. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted December 20, 2015 Share Posted December 20, 2015 I don't think you could do it via the admin area, so the alternative would be to use a SQL query to update the database... UPDATE tblclients SET defaultgateway='brian' obviously, replace 'brian' with the name of your new gateway - and always remember to backup the database before running a SQL query like this. 0 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.