Closed arturogf93 closed 1 year ago
Hi @arturogf93,
The image you're trying to use is public or private? Other images are working properly (eg. heroImage) ?
It is public.
I realized that i didn't have a logo on my business information:
It works fine now.
I'am trying to make a generic pass with a logo:
$object = new GenericObject( ......... logo: Image::make('https://s3.amazonaws.com/.........'), ......... );