From 957389feeded038db0ff33d2ba9feaedaf24e1d6 Mon Sep 17 00:00:00 2001 From: Aqqil Azman Date: Wed, 7 Aug 2024 17:26:30 +0800 Subject: [PATCH] include the fix by edmond, for some reason VSCode is acting wierd today --- routes/web.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/routes/web.php b/routes/web.php index 94a81de7..993f0de5 100644 --- a/routes/web.php +++ b/routes/web.php @@ -427,8 +427,10 @@ Route::get('/pending_orders', function(){ echo ''.$payment->currency->short_code.''; echo ''.number_format(bcsub($payment->amount, $refunds, 7), 5, '.', '').''; echo ''.$booking->company->reference.''; + echo ''; echo ''.$payment->original_currency->short_code.''; echo ''.number_format(bcsub($payment->original_amount, $original_refunds, 7), 5, '.', '').''; + echo ''; echo ''.$booking->service->name.''; echo ''.$payment->updated_at->diffForHumans().''; echo ''.$bankType.'';