Shopify-Laravel-App
Shopify-Laravel-App copied to clipboard
ErrorException Trying to get property 'activated' of non-object
After entering shopify app url and when come back from store it shows a message below:
ErrorException
Trying to get property 'activated' of non-object
@m4mehdi here is the solution ` @if(!empty($settings)) @if (!$settings->activated) @include('partials.activate-modal')
@endif
@else
@include('partials.activate-modal')
@endif `
Provide API_KEY and API_SECRET