We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b9f717 commit 923e6c5Copy full SHA for 923e6c5
config/arb.php
@@ -11,4 +11,8 @@
11
'tranportal_password' => env('ARB_TRANPORTAL_PASSWORD'),
12
'resource_key' => env('ARB_RESOURCE_KEY'), // your resource key
13
'currency_code' => env('ARB_CURRENCY_CODE', '682'),
14
+ 'redirect' => [
15
+ 'success' => env('ARB_REDIRECT_SUCCESS', 'http://localhost:8000/arb/response'),
16
+ 'fail' => env('ARB_REDIRECT_FAIL', 'http://localhost:8000/arb/response'),
17
+ ]
18
];
0 commit comments