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
{{ message }}
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.
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:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: