Closed viral-vora closed 1 year ago
hey @viral-vora , Thanks for reporting this issue, we have fixed it in the latest 0.0.2 release 🚀
Do you have anything similar for generating Google Wallet passes?
No, we haven't explored Google Wallet Passes yet.
Ok, Thank you.
I appreciate the work done to setup this wonderful library that helps Python developers to generate Apple Passes smoothly.
I found that inside client.py, the import is done by the following statement:
from models import ApplePass
But, there is no module with ApplePass inside applepassgenerator. I suggest the import should like the following because ApplePass belongs to models module:
from applepassgenerator.models import ApplePass
Please let me know if any more information is required.