Skip to content

Commit

Permalink
Fixed mortgage cred mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
philpotisk committed Oct 26, 2023
1 parent cf471ed commit 2f8b6b7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions src/content/BankId.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"issuer": {
"id": "did:key:z6MkrHKzgsahxBLyNAbLQyB1pcWNYC9GmywiWPgkrvntAZcj",
"image": {
"id": "https://vc-repo.walt-test.cloud/logo.png",
"id": "https://images.squarespace-cdn.com/content/v1/609c0ddf94bcc0278a7cbdb4/1660296169313-K159K9WX8J8PPJE005HV/Walt+Bot_Logo.png?format=100w",
"type": "Image"
},
"name": "CH Authority",
"type": "Profile",
"url": "https://vc-repo.walt-test.cloud/logo.png"
"url": "https://images.squarespace-cdn.com/content/v1/609c0ddf94bcc0278a7cbdb4/1660296169313-K159K9WX8J8PPJE005HV/Walt+Bot_Logo.png?format=100w"
},
"validFrom": "2021-08-31T00:00:00Z",
"issuanceDate": "2021-08-31T00:00:00Z"
Expand Down
4 changes: 2 additions & 2 deletions src/content/KycChecksCredential.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"issuer": {
"id": "did:key:z6MkrHKzgsahxBLyNAbLQyB1pcWNYC9GmywiWPgkrvntAZcj",
"image": {
"id": "https://vc-repo.walt-test.cloud/logo.png",
"id": "https://images.squarespace-cdn.com/content/v1/609c0ddf94bcc0278a7cbdb4/1660296169313-K159K9WX8J8PPJE005HV/Walt+Bot_Logo.png?format=100w",
"type": "Image"
},
"name": "CH Authority",
"type": "Profile",
"url": "https://vc-repo.walt-test.cloud/logo.png"
"url": "https://images.squarespace-cdn.com/content/v1/609c0ddf94bcc0278a7cbdb4/1660296169313-K159K9WX8J8PPJE005HV/Walt+Bot_Logo.png?format=100w"
},
"validFrom": "2021-08-31T00:00:00Z",
"issuanceDate": "2021-08-31T00:00:00Z",
Expand Down
4 changes: 2 additions & 2 deletions src/content/KycDataCredential.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"issuer": {
"id": "did:key:z6MkrHKzgsahxBLyNAbLQyB1pcWNYC9GmywiWPgkrvntAZcj",
"image": {
"id": "https://vc-repo.walt-test.cloud/logo.png",
"id": "https://images.squarespace-cdn.com/content/v1/609c0ddf94bcc0278a7cbdb4/1660296169313-K159K9WX8J8PPJE005HV/Walt+Bot_Logo.png?format=100w",
"type": "Image"
},
"name": "CH Authority",
"type": "Profile",
"url": "https://vc-repo.walt-test.cloud/logo.png"
"url": "https://images.squarespace-cdn.com/content/v1/609c0ddf94bcc0278a7cbdb4/1660296169313-K159K9WX8J8PPJE005HV/Walt+Bot_Logo.png?format=100w"
},
"validFrom": "2021-08-31T00:00:00Z",
"issuanceDate": "2021-08-31T00:00:00Z",
Expand Down
4 changes: 1 addition & 3 deletions src/content/MortgageEligibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@
```json
{
"id": "<uuid>",
"issuer": {
"id": "<issuerDid>"
},
"issuer": "<issuerDid>",
"credentialSubject": {
"id": "<subjectDid>"
},
Expand Down
4 changes: 2 additions & 2 deletions src/content/PortableDocumentA1.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"issuer": {
"id": "did:key:z6MkrHKzgsahxBLyNAbLQyB1pcWNYC9GmywiWPgkrvntAZcj",
"image": {
"id": "https://vc-repo.walt-test.cloud/logo.png",
"id": "https://images.squarespace-cdn.com/content/v1/609c0ddf94bcc0278a7cbdb4/1660296169313-K159K9WX8J8PPJE005HV/Walt+Bot_Logo.png?format=100w",
"type": "Image"
},
"name": "CH Authority",
"type": "Profile",
"url": "https://vc-repo.walt-test.cloud/logo.png"
"url": "https://images.squarespace-cdn.com/content/v1/609c0ddf94bcc0278a7cbdb4/1660296169313-K159K9WX8J8PPJE005HV/Walt+Bot_Logo.png?format=100w"
},
"issuanceDate": "2022-11-10T19:19:47.287Z",
"validFrom": "2022-11-10T19:19:47.287Z",
Expand Down

0 comments on commit 2f8b6b7

Please sign in to comment.