This commit is contained in:
2024-10-14 21:14:42 +05:00
parent 73c0923988
commit c524bc8091
4 changed files with 71 additions and 3 deletions

View File

@@ -161,7 +161,7 @@ class MakePaymentNovaVisaMaster extends Action
'formUrl' => $paymentResponse['formUrl'],
'successUrl' => route('online-payment-store-visa-master'),
'errorUrl' => route('online-payment-store-visa-master'),
'api_client' => config('app.url'),
'api_client' => 'billing_visa_master_username',
'username' => $resource->branch->billing_visa_master_username,
'paymentStatus' => OnlinePaymentRepo::PENDING,
]);