We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1499be3 commit 40d6f87Copy full SHA for 40d6f87
src/Laravel/config/Zarinpal.php
@@ -21,4 +21,5 @@
21
'start_pay_address' => env('ZARINPAL_START_PAY_ADDRESS', 'https://www.zarinpal.com/pg/StartPay/'),
22
'wsdl_address' => env('ZARINPAL_WSDL_ADDRESS', 'https://www.zarinpal.com/pg/services/WebGate/wsdl'),
23
'rest_base_url' => env('ZARINPAL_REST_BASE_URL', 'https://www.zarinpal.com/pg/rest/WebGate/'),
24
+ 'callback_url' => env('ZARINPAL_CALLBACK_URL', 'YOUR-CALLBACK-URL'),
25
];
0 commit comments