dev #1

Merged
aefril merged 128 commits from dev into main 2025-08-13 17:19:48 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 96d0b91984 - Show all commits

View File

@ -55,7 +55,7 @@ class TableRemoteDataSource {
Future<Either<String, TableResponseModel>> getTable({
int page = 1,
int limit = 10,
int limit = 50,
String? status,
}) async {
try {

View File

@ -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,