wip
This commit is contained in:
@@ -40,8 +40,8 @@ class MakeSberPaymentAction extends Action
|
|||||||
|
|
||||||
$resource = $models->first();
|
$resource = $models->first();
|
||||||
|
|
||||||
if (! $resource->branch || ! $resource->branch->billing_visa_master_username) {
|
if (! $resource->branch || ! $resource->branch->billing_sber_username) {
|
||||||
return ActionResponse::danger('Şahamça visa/master tölegi kabul edip bilmeýär.');
|
return ActionResponse::danger('Şahamça sber tölegi kabul edip bilmeýär.');
|
||||||
}
|
}
|
||||||
|
|
||||||
$tvebTaxTMT = $usd_to_tmt->value * 18;
|
$tvebTaxTMT = $usd_to_tmt->value * 18;
|
||||||
@@ -133,7 +133,7 @@ class MakeSberPaymentAction extends Action
|
|||||||
'currency' => 934,
|
'currency' => 934,
|
||||||
'language' => 'ru',
|
'language' => 'ru',
|
||||||
'userName' => $resource->branch->billing_sber_username,
|
'userName' => $resource->branch->billing_sber_username,
|
||||||
'password' => $resource->branch->billing_visa_master_password,
|
'password' => $resource->branch->billing_sber_password,
|
||||||
'returnUrl' => route('online-payment-store-sber'),
|
'returnUrl' => route('online-payment-store-sber'),
|
||||||
'pageView' => 'DESKTOP',
|
'pageView' => 'DESKTOP',
|
||||||
'description' => 'Sber tölegi',
|
'description' => 'Sber tölegi',
|
||||||
|
|||||||
Reference in New Issue
Block a user