bug fixes on UI

This commit is contained in:
2026-06-01 13:27:32 +02:00
parent 4277ac5573
commit b61d81d84b
5 changed files with 62 additions and 42 deletions

View File

@@ -18,6 +18,7 @@ class PayScreenModel {
hc.BillProvider? selectedProvider;
BillProduct? selectedProduct;
PaymentProcessor? selectedPaymentProcessor;
String region = '';
bool isLoading = false;
String? errorMessage;
String? status;
@@ -99,6 +100,7 @@ class PayController extends ChangeNotifier {
creditEmail: transactionController.model.formData.creditEmail,
productUid: model.selectedProduct?.uid,
billProductName: model.selectedProduct?.name,
region: model.region,
);
dynamic workflowResponse = await http.post(