feat: succes payment

This commit is contained in:
efrilm
2025-08-14 00:12:49 +07:00
parent e20dc53fb8
commit 96d0b91984
2 changed files with 3 additions and 3 deletions
@@ -887,7 +887,7 @@ class _SuccessPaymentPageState extends State<SuccessPaymentPage> {
],
),
Text(
(order.totalAmount ?? 0).toString().currencyFormatRpV2,
widget.nominalBayar.currencyFormatRpV2,
style: const TextStyle(
fontSize: 14,
fontWeight: FontWeight.w600,
@@ -965,7 +965,7 @@ class _SuccessPaymentPageState extends State<SuccessPaymentPage> {
],
),
child: Text(
(order.totalAmount ?? 0).toString().currencyFormatRpV2,
widget.nominalBayar.currencyFormatRpV2,
style: const TextStyle(
fontSize: 18,
fontWeight: FontWeight.bold,