billylo1 / covidpass

Web app for adding Ontario vaccination records to Apple Wallet (forked from covidpass in EU)
https://grassroots.vaccine-ontario.ca
MIT License
79 stars 12 forks source link

Province changed proof-of-vaccination receipt format; 2nd dose card gen broken #29

Closed straxus closed 2 years ago

straxus commented 2 years ago

Overnight, the province pushed a change to their proof-of-vaccination system which now combines all of the dose receipts into a single PDF, whereas previously every dose receipt was a separate PDF. This has (unsurprisingly) broken our card generation, and right now only dose 1 cards are being detected and generated.

A fix for this is in progress.

straxus commented 2 years ago

This has been properly fixed by https://github.com/billylo1/covidpass/pull/30 - thanks @jaspk06 !