- Issue created by @bsnodgrass
It works the same way as overriding any other config in settings.php
$config['stripe.settings']['apikey']['test']['public'] = 'pk_test_...' $config['stripe.settings']['apikey']['test']['secret'] = 'sk_test_...' $config['stripe.settings']['apikey']['live']['public'] = 'pk_live_...' $config['stripe.settings']['apikey']['live']['secret'] = 'sk_live_...'
- Status changed to Fixed
almost 2 years ago 10:20pm 24 February 2023 Automatically closed - issue fixed for 2 weeks with no activity.