nova visa master
This commit is contained in:
@@ -100,9 +100,9 @@ class MakePaymentNovaVisaMaster extends Action
|
||||
OnlinePaymentHistory::create([
|
||||
'online_paymantable_id' => $resource->id,
|
||||
'online_paymantable_type' => $resource::$model,
|
||||
'amount' => $resource->priceAmount(),
|
||||
'amount' => $onlinePaymentRepo->getPrice($paymentMethod == 'usd' ? '902.38' : '1058,60'),
|
||||
'orderNumber' => $orderNumber,
|
||||
'description' => 'Kart tölegi',
|
||||
'description' => 'Visa/Master tölegi',
|
||||
'orderId' => $paymentResponse['orderId'],
|
||||
'formUrl' => $paymentResponse['formUrl'],
|
||||
'successUrl' => route('online-payment-store'),
|
||||
|
||||
Reference in New Issue
Block a user