Skip to content

Commit

Permalink
fix pull request issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoulabi committed May 2, 2023
1 parent b02789e commit 3913b53
Show file tree
Hide file tree
Showing 2 changed files with 298 additions and 334 deletions.
18 changes: 14 additions & 4 deletions config/gateway_parsian.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,27 @@
*/
'driver' => Omalizadeh\MultiPayment\Drivers\Parsian\Parsian::class,

/**
* soap client options
*/
'soap_options' => [
'encoding' => 'UTF-8',
],

/**
* gateway configurations
*/
'main' => [
'merchant' => '', // use 'zibal' for sandbox (testing) mode
'behandam' => [
'terminal_id' => '',
'pin_code' => '',
'callback_url' => 'https://yoursite.com/path/to',
'description' => 'payment using zarinpal',
'callback_method' => 'POST', // Supported values: POST, GET
'description' => 'رژیم دکتر کرمانی',
],

'other' => [
'merchant' => '',
'callback_url' => 'https://yoursite.com/path/to',
'description' => 'payment using zarinpal',
'description' => 'payment using parsian',
]
];
Loading

0 comments on commit 3913b53

Please sign in to comment.