updating sequence of flows

This commit is contained in:
2025-11-02 19:49:25 +02:00
parent 087a9aa4bc
commit 895925d32f
9 changed files with 149 additions and 179 deletions

View File

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