It would be great if it were possible to set the payment gateway via config.php as well as via the extension settings.
My use case is this - I have a live CT site that I do ongoing development for - in addition to the live site I have a local install and a staging site.
I’d like to be able to have CT set to use my live payment gateway on the live site, but switch to dev simple for my local install and my providers test GW for the staging site. Right now I have to go in and change the GW setting every time I pull down a new copy of my production db, or push up the db to my staging site (which I do a couple of times a day).
I already set database connections/server paths etc using config.php vars (and as I understand it it’s relatively straightforward to set additional extension settings in config.php too) so being able to set my GW there would avoid potential pain such as failing to change from the live GW on my staging site.
Cheers…
