From ff7282c0ec90765a828d097f9307029e4efdc4bc Mon Sep 17 00:00:00 2001 From: tripathyr Date: Tue, 12 Apr 2022 17:10:48 +0530 Subject: [PATCH] Update recentTransactionsTotal.php --- ajax/recentTransactionsTotal.php | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/ajax/recentTransactionsTotal.php b/ajax/recentTransactionsTotal.php index 65ea0bf..6c9a797 100644 --- a/ajax/recentTransactionsTotal.php +++ b/ajax/recentTransactionsTotal.php @@ -1,17 +1,6 @@ total_recent_transactions(); - } - + echo $total_my_orders = (int) total_recent_transactions(); }