Skip to content

Commit

Permalink
chore: add authorization_token to config
Browse files Browse the repository at this point in the history
  • Loading branch information
omalizadeh committed Jan 27, 2022
1 parent 30bcfec commit d60e0df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/gateway_zarinpal.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@
* gateway configurations
*/
'main' => [
'authorization_token' => '', // Used only to refund payments and can be created from zarinpal panel
'merchant_id' => '',
'callback_url' => 'https://yoursite.com/path/to',
'mode' => 'sandbox', // Supported values: normal, zaringate, sandbox
'description' => 'payment using zarinpal',
],
'other' => [
'authorization_token' => '',
'merchant_id' => '',
'callback_url' => 'https://yoursite.com/path/to',
'mode' => 'normal',
Expand Down

0 comments on commit d60e0df

Please sign in to comment.