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
Go to billing/invoice and observe the values are stored as string
Additionally, the Schemas is set for validate these values are set to be decimals, however the entire billing/payment record is set to blackbox: true so the schema is ignored. There may be some items in payment we need to blackbox (like transactions) but we should reenabled as much of these schema validations as possible.
Expected behavior
Numbers should be stored as numbers
Actual behavior
Numbers stored as Strings
Steps to reproduce the behavior
Additionally, the Schemas is set for validate these values are set to be decimals, however the entire billing/payment record is set to
blackbox: true
so the schema is ignored. There may be some items in payment we need to blackbox (like transactions) but we should reenabled as much of these schema validations as possible.Versions
The text was updated successfully, but these errors were encountered: