thenextweb / passgenerator

A Laravel package to create Apple Wallet passes.
GNU General Public License v3.0
266 stars 45 forks source link

Fix returning a path #53

Open adrum opened 2 weeks ago

adrum commented 2 weeks ago

I noticed this function was not using the Pass ID pass when returning the path, and it required passing in the Pass ID as a constructor. It now allows for the following interaction:

$pass = new PassGenerator;
$pass->getPassFilePath($uuid);