Skip to content

Commit

Permalink
Set default gateway to 'default'
Browse files Browse the repository at this point in the history
  • Loading branch information
litvinjuan committed Aug 10, 2019
1 parent 2c39cb4 commit 7959d22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/laravel-payments.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

return [

'default_gateway' => '',
'default_gateway' => 'default',
'currency' => 'USD',

'gateways' => [
'default' => ''
// 'another' => Another\Gateway\Implementation::class,
],

Expand Down

0 comments on commit 7959d22

Please sign in to comment.