imrpoving tran flow

This commit is contained in:
2025-10-31 09:47:58 +02:00
parent bcc9d629c1
commit 52c8290625
9 changed files with 327 additions and 82 deletions

View File

@@ -40,7 +40,7 @@ class TransactionModel {
userId: '',
providerLabel: '',
);
String paymentStatus = 'PENDING';
String? errorMessage;
}