diff --git a/config/laravel-payments.php b/config/laravel-payments.php index 5493701..7b814e5 100644 --- a/config/laravel-payments.php +++ b/config/laravel-payments.php @@ -2,10 +2,11 @@ return [ - 'default_gateway' => '', + 'default_gateway' => 'default', 'currency' => 'USD', 'gateways' => [ + 'default' => '' // 'another' => Another\Gateway\Implementation::class, ],