-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also fixed the validation which checks that the higher amount is higher than the highest tier. And fixed the clearing/setting of the higher amount radio button, which was working on the signup page but not on the contribution page, so I just copied it from the signup page and it worked.
- Loading branch information
Showing
10 changed files
with
103 additions
and
40 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 |
---|---|---|
|
@@ -49,6 +49,7 @@ DIRECTADMIN_PASSWORD=pass | |
|
||
# Socialisten and ROOD specific variables | ||
ORGANIZATION_NAME='ROOD, Socialistische Jongeren' | ||
ORGANIZATION_ID='rood' | ||
ORGANIZATION_EMAIL='[email protected]' | ||
NOREPLY_ADDRESS='[email protected]' | ||
HOMEPAGE='roodjongeren.nl' | ||
|
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
contribution: | ||
tiers: | ||
- amount: 900 | ||
description: Studenten en werklozen | ||
- amount: null | ||
description: "Werkenden: 0,5% van het netto inkomen (minimaal €15 per kwartaal)" |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
contribution: | ||
tiers: | ||
- amount: 750 | ||
description: Tot en met €2000 bruto | ||
- amount: 1500 | ||
description: €2000-€3499 bruto | ||
- amount: 2250 | ||
description: €3500 bruto en daarboven | ||
- amount: null | ||
description: ik betaal een hogere contributie, namelijk: |
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
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
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
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
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
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
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