Skip to content

Commit ba38560

Browse files
committed
Adding Quebec, BC and the State Of New York keys.
1 parent 676f832 commit ba38560

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

app/components/SHCCard.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ const VACCINE_CODES = {
117117
const TRUST_REGISTRY = {
118118
"https://myvaccinerecord.cdph.ca.gov/creds": "State of California",
119119
"https://api.cvshealth.com/smarthealth/v1/card": "CVS Health",
120+
"https://covid19.quebec.ca/PreuveVaccinaleApi/issuer": "Province of Quebec",
121+
"https://smarthealthcard.phsa.ca/v1/issuer": "Province of British Columbia",
122+
"https://ekeys.ny.gov/epass/doh/dvc/2021": "State of New York"
120123
}
121124

122125
export default class SHCCard extends Component {

0 commit comments

Comments
 (0)