You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
instead of returning a general {"error":"\nInvalid prisma.refundRecord.findMany()invocation:\n\n\nInconsistent query result: Field paymentRecord is required to return data, gotnull instead."} error, should return a "PaymentRecord does not exist"
This bug happened when opening a refund for a old payment on shopify dashboard, but a payment that we cleared from our db.
The text was updated successfully, but these errors were encountered:
instead of returning a general
{"error":"\nInvalid
prisma.refundRecord.findMany()invocation:\n\n\nInconsistent query result: Field paymentRecord is required to return data, got
nullinstead."}
error, should return a "PaymentRecord does not exist"This bug happened when opening a refund for a old payment on shopify dashboard, but a payment that we cleared from our db.
The text was updated successfully, but these errors were encountered: