chiiya / passes

PHP library for creating iOS and Android Wallet Passes
MIT License
36 stars 16 forks source link

GenericObject logo not showing #15

Closed arturogf93 closed 1 year ago

arturogf93 commented 1 year ago

I'am trying to make a generic pass with a logo:

$object = new GenericObject( ......... logo: Image::make('https://s3.amazonaws.com/.........'), ......... ); Screen Shot 2023-03-09 at 11 46 45

kerattila commented 1 year ago

Hi @arturogf93,

The image you're trying to use is public or private? Other images are working properly (eg. heroImage) ?

arturogf93 commented 1 year ago

It is public.

arturogf93 commented 1 year ago

I realized that i didn't have a logo on my business information:

image

It works fine now.