This commit is contained in:
2024-09-30 08:34:42 +05:00
parent 52811d4992
commit b1bf137ff1

View File

@@ -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',