Skip to content

Commit

Permalink
Added wecanhelp as a new provider to the enum.
Browse files Browse the repository at this point in the history
  • Loading branch information
YashSarnobat committed Mar 27, 2023
1 parent ca9fa75 commit dc96d1c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions specs/development.json
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,10 @@
"type": "string",
"title": "Campaign Providers",
"description": "Where do you host your donations?",
"enum": [ "", "betterplace", "boost" ],
"default": ""
"enum": ["", "betterplace", "wecanhelp"],
"default": "",
"deprecated": true,
"deprecatedDescription": "This provider is deprecated and will be removed in a future version."
},
"projectid": {
"type": "string",
Expand Down

0 comments on commit dc96d1c

Please sign in to comment.