Skip to content

Commit 923e6c5

Browse files
authored
Update arb.php
1 parent 2b9f717 commit 923e6c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/arb.php

+4
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@
1111
'tranportal_password' => env('ARB_TRANPORTAL_PASSWORD'),
1212
'resource_key' => env('ARB_RESOURCE_KEY'), // your resource key
1313
'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+
]
1418
];

0 commit comments

Comments
 (0)