wip
This commit is contained in:
@@ -99,7 +99,7 @@ class MakePaymentNovaVisaMaster extends Action
|
|||||||
|
|
||||||
OnlinePaymentHistory::create([
|
OnlinePaymentHistory::create([
|
||||||
'online_paymantable_id' => $resource->id,
|
'online_paymantable_id' => $resource->id,
|
||||||
'online_paymantable_type' => $resource::$model,
|
'online_paymantable_type' => '\App\Modules\VisaMasterPaymentOrder\Models\VisaMasterPaymentOrder',
|
||||||
'amount' => $onlinePaymentRepo->getPrice($paymentMethod == 'usd' ? '902.38' : '1058,60'),
|
'amount' => $onlinePaymentRepo->getPrice($paymentMethod == 'usd' ? '902.38' : '1058,60'),
|
||||||
'orderNumber' => $orderNumber,
|
'orderNumber' => $orderNumber,
|
||||||
'description' => 'Visa/Master tölegi',
|
'description' => 'Visa/Master tölegi',
|
||||||
|
|||||||
Reference in New Issue
Block a user