fix: update payment url while check balance
This commit is contained in:
parent
6351305a5f
commit
6bc8a73356
|
@ -2059,9 +2059,9 @@ class iLinkTransactionController extends Controller
|
||||||
{
|
{
|
||||||
// Pay through payment service
|
// Pay through payment service
|
||||||
$client = new Client([
|
$client = new Client([
|
||||||
'base_uri' => config('variable.payment_service_url'),
|
'base_uri' => config('services.payment_service.base_uri'),
|
||||||
'headers' => [
|
'headers' => [
|
||||||
'Authorization' => config('variable.payment_service_key'),
|
'Authorization' => config('services.payment_service.key'),
|
||||||
]
|
]
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue