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
CasSchuurman1
changed the title
The attribute [currency_code] either does not exist or was not retrieved for model [Lunar\Models\Order].
Laravel strictmode issues
Mar 31, 2025
Expected Behaviour:
No errors after logging in the dashboard
Actual Behaviour:
When logging in this error will show up: The attribute [currency_code] either does not exist or was not retrieved for model [Lunar\Models\Order].
Steps To Reproduce:
Enable strict mode Laravel in the AppServiceProvider
Model::shouldBeStrict(!app()->isProduction());
Log in to your dashboard. The error shows up
On 02-09-2024, the error was already mentioned in Discord

The text was updated successfully, but these errors were encountered: