From b02a2436de4552d77bfbf3d17df435e1648c15aa Mon Sep 17 00:00:00 2001 From: Afiq Hamzah Date: Thu, 13 Jun 2024 12:16:58 +0800 Subject: [PATCH] Fix margin semasa for online transaction --- app/Http/Controllers/TransactionOnlineController.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Http/Controllers/TransactionOnlineController.php b/app/Http/Controllers/TransactionOnlineController.php index 251d7e3..ae0e982 100644 --- a/app/Http/Controllers/TransactionOnlineController.php +++ b/app/Http/Controllers/TransactionOnlineController.php @@ -365,9 +365,9 @@ class TransactionOnlineController extends Controller 'ujrah_rebet' => 0, 'onepercent' => 0, 'onepercent_rebet' => 0, - 'tempoh' => $gadai['tempoh'], - 'beza_tempoh' => $bilang_bln, - 'margin_semasa' => $margin_semasa, + 'tempoh' => 0, + 'beza_tempoh' => 0, + 'margin_semasa' => 0, ]); } else {