Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Oct 26, 2023
1 parent 690aef5 commit 82b2876
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions config/bazar.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,18 @@
'gateway' => [
'default' => env('BAZAR_GATEWAY_DRIVER', 'transfer'),
'drivers' => [
'cash' => [],
'transfer' => [],
'drivers' => [
'cash' => [
//
],
'transfer' => [
//
],
],
'redirects' => [
'success' => '/',
'failed' => '/',
],
],
],

Expand Down

0 comments on commit 82b2876

Please sign in to comment.