wip
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user