We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc1b3b3 commit 497fc44Copy full SHA for 497fc44
1 file changed
docassemble/EFSPIntegration/data/questions/efiling_integration.yml
@@ -892,15 +892,6 @@ subquestion: |
892
There are no fees associated with this filing.
893
continue button field: review_fees_screen
894
---
895
-id: bad fees
896
-event: bad_fees
897
-question: |
898
- Something went wrong
899
-subquestion: |
900
- Sorry, something went wrong when trying to figure out if you have to pay fees.
901
-
902
- More details: ${ debug_display(fees_resp) }
903
----
904
depends on:
905
- fees_resp
906
code: |
@@ -940,7 +931,7 @@ code: |
940
931
if fees_resp.is_ok():
941
932
review_fees_screen
942
933
else:
943
- bad_fees
934
+ raise Exception(f"Was not able to calculate fees: {fees_resp}")
944
935
review_fees = True
945
936
946
937
#############################
0 commit comments