This commit is contained in:
Frank John Begornia
2024-11-27 17:42:12 +08:00
parent f26c9c274b
commit f197490606
2 changed files with 5 additions and 2 deletions

View File

@@ -978,6 +978,7 @@ class TeamStoreController extends Controller
'shippingFee' => number_format($shippingFee, 2),
'total' => number_format($finalSubTotal + $shippingFee + $tax["tax"], 2),
'subtotal' => number_format($finalSubTotal, 2),
'tax' => $tax["tax"],
'remaining_shippingfee' => number_format(99 - $finalSubTotal, 2)
));
} else {