include the fix by edmond, for some reason VSCode is acting wierd today

This commit is contained in:
Aqqil Azman
2024-08-07 17:26:30 +08:00
parent 1d5e97fe8f
commit 957389feed
+2
View File
@@ -427,8 +427,10 @@ Route::get('/pending_orders', function(){
echo '<td>'.$payment->currency->short_code.'</td>';
echo '<td>'.number_format(bcsub($payment->amount, $refunds, 7), 5, '.', '').'</td>';
echo '<td>'.$booking->company->reference.'</td>';
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>';