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
SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for type boolean: ""
The SQL being executed was: SELECT *
FROM "enupalstripe_customers"
WHERE ("email"='[email protected]') AND ("testMode"='')
Test mode is blank but needs to equal 0 or Postgres throws an error.
Description
Error on PGsql when not in test mode:
SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for type boolean: ""
The SQL being executed was: SELECT *
FROM "enupalstripe_customers"
WHERE ("email"='[email protected]') AND ("testMode"='')
Test mode is blank but needs to equal 0 or Postgres throws an error.
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: