Skip to content

Commit

Permalink
Merge pull request #163 from GemeenteNijmegen/feat/fix-wrong-schema
Browse files Browse the repository at this point in the history
fix: wrong production schema prefix
  • Loading branch information
BramWithaar authored Mar 31, 2023
2 parents 2465490 + 8a83254 commit f093aa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/code/YiviApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export class YiviApi {
type: 'issuing',
credentials: [
{
credential: this.demo ? 'irma-demo.gemeente.address' : 'irma.gemeente.address',
credential: this.demo ? 'irma-demo.gemeente.address' : 'pbdf.gemeente.address',
validity: date1ytd,
attributes: {
street: brpData.Persoon.Adres.Straat,
Expand All @@ -137,7 +137,7 @@ export class YiviApi {
},
},
{
credential: this.demo ? 'irma-demo.gemeente.personalData' : 'irma.gemeente.personalData',
credential: this.demo ? 'irma-demo.gemeente.personalData' : 'pbdf.gemeente.personalData',
validity: date5ytd,
attributes: {
initials: gegevens.Voorletters,
Expand Down

0 comments on commit f093aa4

Please sign in to comment.