Skip to content

Commit 40d6f87

Browse files
committed
Add callback url to config file
1 parent 1499be3 commit 40d6f87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Laravel/config/Zarinpal.php

+1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@
2121
'start_pay_address' => env('ZARINPAL_START_PAY_ADDRESS', 'https://www.zarinpal.com/pg/StartPay/'),
2222
'wsdl_address' => env('ZARINPAL_WSDL_ADDRESS', 'https://www.zarinpal.com/pg/services/WebGate/wsdl'),
2323
'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'),
2425
];

0 commit comments

Comments
 (0)