bill product flow bug fixes

This commit is contained in:
2025-11-28 12:18:40 +02:00
parent 556a83fa0c
commit 2313d72eab
13 changed files with 959 additions and 46 deletions

View File

@@ -109,6 +109,7 @@ class PayController extends ChangeNotifier {
creditName: transactionController.model.formData.creditName,
creditEmail: transactionController.model.formData.creditEmail,
productUid: model.selectedProduct?.uid,
billProductName: model.selectedProduct?.name,
);
dynamic workflowResponse = await http.post(
@@ -145,7 +146,7 @@ class PayController extends ChangeNotifier {
}
Future<void> getProducts(String providerId) async {
model.products = getFakeProducts();
// model.products = getFakeProducts();
try {
model.isLoading = true;