wip
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user