fix membershipId

This commit is contained in:
Cayo Puigdefabregas 2024-03-18 17:31:16 +01:00
parent d09f0f94bd
commit bf3d6d85b6
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
"identityNumber": "{{ identityNumber }}",
"organisation": "{{ organisation }}",
"membershipType": "{{ membershipType }}",
"membershipId": "{{ vc_id }}",
"membershipId": "{{ membershipId }}",
"affiliatedSince": "{{ affiliatedSince }}",
"affiliatedUntil": "{{ affiliatedUntil }}"
},