Skip to content

Commit

Permalink
add parsian gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoulabi committed May 2, 2023
1 parent 631971b commit b02789e
Show file tree
Hide file tree
Showing 2 changed files with 490 additions and 0 deletions.
23 changes: 23 additions & 0 deletions config/gateway_parsian.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?php

return [

/**
* driver class namespace
*/
'driver' => Omalizadeh\MultiPayment\Drivers\Parsian\Parsian::class,

/**
* gateway configurations
*/
'main' => [
'merchant' => '', // use 'zibal' for sandbox (testing) mode
'callback_url' => 'https://yoursite.com/path/to',
'description' => 'payment using zarinpal',
],
'other' => [
'merchant' => '',
'callback_url' => 'https://yoursite.com/path/to',
'description' => 'payment using zarinpal',
]
];
Loading

0 comments on commit b02789e

Please sign in to comment.