Hello Team , I'm using PassSharp forge component to generate Coupon and store it in wallet. After providing all the mandatory inputs and necessary certificates. I got this error - "Invalid provider type specified". How to resolve this error and generate coupon successfully.Thanks in advance,
Shyam
Hi Shyam,
This error message is indicating that the provider type specified in the PassSharp component is not valid. To resolve this issue, check the provider type being used in the code and ensure that it is correctly specified. The provider type should match the type of pass being created (e.g. boarding pass, event ticket, store card, etc.). If the provider type is not specified correctly, it will result in an error and the pkPass will not be created.
Hi Shubham,
Thanks for your suggestion. where can I see this provider type in PassSharp component and How can I verify both are matched?