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
When creating a store credit via console, I received a validation error. The message indicated that the error was a missing/invalid store credit type attribute, however the real cause of the issue was a missing store credit category attribute.
Solidus Version:
To Reproduce
Sign into Rails console.
Execute the following command (after assuring referential tables are populated):
When creating a store credit via console, I received a validation error. The message indicated that the error was a missing/invalid store credit type attribute, however the real cause of the issue was a missing store credit category attribute.
Solidus Version:
To Reproduce
category_id
:Current behavior
Expected behavior
The error message should state that the missing attribute is the
category_id
, or thatCategory can't be blank
Screenshots
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: