This commit is contained in:
2024-01-28 20:19:12 +05:00
parent 2936e1081d
commit 1dc69a615d
2 changed files with 1 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ class OnlinePaymentRepo
'language' => 'ru',
'userName' => $resource->branch->billing_username,
'password' => $resource->branch->billing_password,
'returnUrl' => urlencode(route('online-payment-store')),
'returnUrl' => route('online-payment-store'),
'pageView' => 'DESKTOP',
'description' => urlencode('Kart tölegi'),
])->onError(function ($response) {