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();