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