FusionGEN icon indicating copy to clipboard operation
FusionGEN copied to clipboard

Failed service queries still deduct currency.

Open AnchyDev opened this issue 1 year ago • 10 comments

When creating a service query on the store, if your query fails for whatever reason (no rows affected for example) your currency is still deducted.

It would be nice if query was verified first to see if it affected any rows or failed before deducting the currency and checking out. You can replicate this issue by:

  • Create a new store item with the Query item type.
  • Write a query that you know will not affect any rows and save.
  • Use the store and observe it still takes your money.

AnchyDev avatar May 27 '23 00:05 AnchyDev