From 9520f6e021260dfb3a3b3eda1ec774ad3669b962 Mon Sep 17 00:00:00 2001 From: Aji Kamaludin Date: Wed, 28 Jun 2023 13:30:22 +0700 Subject: [PATCH] penukaran poin done --- app/Http/Controllers/Customer/PoinExchangeController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Customer/PoinExchangeController.php b/app/Http/Controllers/Customer/PoinExchangeController.php index bcc06b3..eee0daf 100644 --- a/app/Http/Controllers/Customer/PoinExchangeController.php +++ b/app/Http/Controllers/Customer/PoinExchangeController.php @@ -106,7 +106,7 @@ class PoinExchangeController extends Controller 'narration' => 'Penukaran Voucher Poin' ]); - $poin->update_customer_balance(); + $poin->update_customer_balance(true); } $sale->create_notification();