wip
This commit is contained in:
@@ -51,6 +51,11 @@ class CheckOnlinePayment extends Action
|
||||
$password = $relatedResource->branch->billing_password;
|
||||
}
|
||||
|
||||
if ($onlinePaymentResource->api_client == 'billing_sber_username') {
|
||||
$username = $relatedResource->branch->billing_sber_username;
|
||||
$password = $relatedResource->branch->billing_sber_password;
|
||||
}
|
||||
|
||||
if ($username == '') {
|
||||
return Action::modal('modal-response', [
|
||||
'title' => 'HALKBANK API',
|
||||
|
||||
Reference in New Issue
Block a user