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

@@ -80,7 +80,7 @@ class OnlinePaymentRepo
$onlinePaymentHistory->formUrl = $paymentResponse['formUrl'];
$onlinePaymentHistory->successUrl = route('online-payment-store');
$onlinePaymentHistory->errorUrl = route('online-payment-store');
$onlinePaymentHistory->api_client = config('app.url');
$onlinePaymentHistory->api_client = 'billing_username';
$onlinePaymentHistory->username = $resource->branch->billing_username;
$onlinePaymentHistory->paymentStatus = self::PENDING;
$onlinePaymentHistory->save();