Skip to content

Commit

Permalink
PR Review
Browse files Browse the repository at this point in the history
  • Loading branch information
AzmiTouil committed Aug 29, 2024
1 parent 019e0c6 commit c9e293c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions wallet-services/src/main/resources/default-rules.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
{
"rules": [
"descriptors": [
{
"nameId": "createWallet",
"names": {
"en": "gamification.defaultProgram.rule.createWallet.title"
},
"descriptions": {
"en": "gamification.defaultProgram.rule.createWallet.description"
},
"event": "createWallet",
"score": 10,
"appendEmoji": "\uD83D\uDCB3",
"programTitle": "Getting Started",
"programNameId": "gettingStarted",
"recurrence": "ONCE",
"defaultRealizationStatus": "ACCEPTED"
}
Expand Down

0 comments on commit c9e293c

Please sign in to comment.