-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added do not prompt for party preference (#42)
Co-authored-by: Vemund Gaukstad <[email protected]>
- Loading branch information
1 parent
295a2d8
commit 4a86bba
Showing
5 changed files
with
42 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
{ | ||
"UserId": 1001, | ||
"UserName": "PengelensPartner", | ||
"PhoneNumber": "12345678", | ||
"Email": "[email protected]", | ||
"PartyId": 510001, | ||
"Party": { | ||
|
||
}, | ||
"UserType": 0, | ||
"ProfileSettingPreference": { | ||
"Language": "nb" | ||
} | ||
} | ||
"UserId": 1001, | ||
"UserName": "PengelensPartner", | ||
"PhoneNumber": "12345678", | ||
"Email": "[email protected]", | ||
"PartyId": 510001, | ||
"Party": {}, | ||
"UserType": 0, | ||
"ProfileSettingPreference": { | ||
"Language": "nb", | ||
"doNotPromptForParty": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
{ | ||
"UserId": 1002, | ||
"UserName": "GjentagendeForelder", | ||
"PhoneNumber": "12345678", | ||
"Email": "[email protected]", | ||
"PartyId": 510002, | ||
"Party": { | ||
|
||
}, | ||
"UserType": 0, | ||
"ProfileSettingPreference": { | ||
"Language": "nb" | ||
} | ||
} | ||
"UserId": 1002, | ||
"UserName": "GjentagendeForelder", | ||
"PhoneNumber": "12345678", | ||
"Email": "[email protected]", | ||
"PartyId": 510002, | ||
"Party": {}, | ||
"UserType": 0, | ||
"ProfileSettingPreference": { | ||
"Language": "nb", | ||
"doNotPromptForParty": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
{ | ||
"UserId": 1003, | ||
"UserName": "RikForelder", | ||
"PhoneNumber": "12345678", | ||
"Email": "[email protected]", | ||
"PartyId": 510003, | ||
"Party": { | ||
|
||
}, | ||
"UserType": 0, | ||
"ProfileSettingPreference": { | ||
"Language": "nb" | ||
} | ||
} | ||
"UserId": 1003, | ||
"UserName": "RikForelder", | ||
"PhoneNumber": "12345678", | ||
"Email": "[email protected]", | ||
"PartyId": 510003, | ||
"Party": {}, | ||
"UserType": 0, | ||
"ProfileSettingPreference": { | ||
"Language": "nb", | ||
"doNotPromptForParty": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,10 @@ | |
"PhoneNumber": "12345678", | ||
"Email": "[email protected]", | ||
"PartyId": 512345, | ||
"Party": { | ||
|
||
}, | ||
"Party": {}, | ||
"UserType": 0, | ||
"ProfileSettingPreference": { | ||
"Language": "nb" | ||
"Language": "nb", | ||
"doNotPromptForParty": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,10 @@ | |
"PhoneNumber": "90001337", | ||
"Email": "[email protected]", | ||
"PartyId": 501337, | ||
"Party": { | ||
|
||
}, | ||
"Party": {}, | ||
"UserType": 1, | ||
"ProfileSettingPreference": { | ||
"Language": "nn" | ||
"Language": "nn", | ||
"doNotPromptForParty": true | ||
} | ||
} |