diff --git a/app/Nova/Actions/MakePaymentNovaVisaMaster.php b/app/Nova/Actions/MakePaymentNovaVisaMaster.php index 509eab8..40d52d6 100644 --- a/app/Nova/Actions/MakePaymentNovaVisaMaster.php +++ b/app/Nova/Actions/MakePaymentNovaVisaMaster.php @@ -99,7 +99,7 @@ class MakePaymentNovaVisaMaster extends Action OnlinePaymentHistory::create([ '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'), 'orderNumber' => $orderNumber, 'description' => 'Visa/Master tölegi',