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 Nov 9, 2024. It is now read-only.
Description
The
stripeName
,stripeEmail
, etc, methods does not work as intended. They result in undefined even if the model actually have the properties.It seems this is because the properties does not actually live on the object itself but under
$attributes
.Proposal
Instead of looking at the instance itself (
'name' in this this.name : undefined
) we should use the$getAttribute
method given by Lucid.The text was updated successfully, but these errors were encountered: