fixed pending_orders table

This commit is contained in:
Aqqil Azman
2024-08-07 17:34:03 +08:00
parent 957389feed
commit cfb12dde00
-1
View File
@@ -430,7 +430,6 @@ Route::get('/pending_orders', function(){
echo '<td></td>';
echo '<td>'.$payment->original_currency->short_code.'</td>';
echo '<td>'.number_format(bcsub($payment->original_amount, $original_refunds, 7), 5, '.', '').'</td>';
echo '<td></td>';
echo '<td>'.$booking->service->name.'</td>';
echo '<td>'.$payment->updated_at->diffForHumans().'</td>';
echo '<td>'.$bankType.'</td>';