Skip to content

Commit

Permalink
Adding Quebec, BC and the State Of New York keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Sep 27, 2021
1 parent 676f832 commit ba38560
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/components/SHCCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ const VACCINE_CODES = {
const TRUST_REGISTRY = {
"https://myvaccinerecord.cdph.ca.gov/creds": "State of California",
"https://api.cvshealth.com/smarthealth/v1/card": "CVS Health",
"https://covid19.quebec.ca/PreuveVaccinaleApi/issuer": "Province of Quebec",
"https://smarthealthcard.phsa.ca/v1/issuer": "Province of British Columbia",
"https://ekeys.ny.gov/epass/doh/dvc/2021": "State of New York"
}

export default class SHCCard extends Component {
Expand Down

0 comments on commit ba38560

Please sign in to comment.