Shopify-Laravel-App icon indicating copy to clipboard operation
Shopify-Laravel-App copied to clipboard

ErrorException Trying to get property 'activated' of non-object

Open m4mehdi opened this issue 4 years ago • 2 comments

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 image

m4mehdi avatar Feb 11 '21 21:02 m4mehdi

@m4mehdi here is the solution ` @if(!empty($settings)) @if (!$settings->activated) @include('partials.activate-modal')

        @endif
     @else
     @include('partials.activate-modal')
    @endif   `

Sanjay-100 avatar Jan 24 '22 09:01 Sanjay-100

Provide API_KEY and API_SECRET

opqclick avatar May 25 '23 19:05 opqclick