This commit is contained in:
2024-10-14 21:15:30 +05:00
parent c524bc8091
commit fa414ce5ed
6 changed files with 15 additions and 18 deletions

View File

@@ -70,7 +70,7 @@ class OnlinePaymentRepo
];
}
$onlinePaymentHistory = new OnlinePaymentHistory();
$onlinePaymentHistory = new OnlinePaymentHistory;
$onlinePaymentHistory->online_paymantable_id = $resource->id;
$onlinePaymentHistory->online_paymantable_type = $resource::$model;
$onlinePaymentHistory->amount = $resource->priceAmount();