bill product flow bug fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user