-
-
Notifications
You must be signed in to change notification settings - Fork 0
JOIN-124 Add Supporter Mode to donation form #59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
conatus
wants to merge
44
commits into
master
Choose a base branch
from
feature/join-124-add-one-off-donation-functionality-to-supporter-form
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
b4337aa
Add DONATION_SUPPORTER_MODE block setting and env var
conatus 93c09a9
Supporter mode: reorder stages and update routing in app.tsx
conatus a09bf42
Supporter mode: add frequency/tier UI to donation page
conatus 8819a38
Add donation support to Stripe subscription creation
conatus 79cce9e
Add recurring donation support to GoCardless subscription amount
conatus 92c58c7
Supporter mode: add frequency/tier UI to donation page
conatus 90bc446
Add Jest test infrastructure and donation page tests
conatus 831e69b
Remove skip button from supporter mode donation page
conatus 3261ab7
Merge branch 'master' into feature/join-124-add-one-off-donation-func…
conatus d3745b0
Supporter mode: derive donation tiers from membership plans, same tie…
conatus f2427ed
Show configuration error in supporter mode when no membership plans a…
conatus 69b72bb
Suppress global membership plan fallback in supporter mode
conatus 5937afe
Remove em dash from supporter mode error message
conatus 8a440e7
Add failing tests for recurDonation and donationAmount type correctne…
conatus 841cc77
Fix recurDonation and donationAmount submitted as strings in supporte…
conatus 9018643
Add failing tests for one-off toggle disabled state when Stripe is un…
conatus 13461ff
Disable one-off donation toggle when Stripe is not available
conatus 0301a88
Document one-off donation and plan requirements in supporter mode hel…
conatus eb38d25
Bump version to 1.4.0
conatus afee2e3
Correct changelog entry wording for 1.4.0
conatus e2a8690
Expand Direct Debit abbreviation in changelog
conatus 77580fe
Merge master into feature branch
conatus f7083c1
Address PR review comments: remove stale comments
conatus 57f5f92
Fix double subscription item in supporter mode
conatus 042722e
Use 'Donation:' product prefix in Stripe when in supporter mode
conatus 0d54bec
Make Mailchimp errors non-fatal
conatus a9e0fb7
Rename existing Stripe products to 'Donation:' prefix on first suppor…
conatus 10d9b12
Note that ask_for_additional_donation has no effect in supporter mode
conatus bca459f
Use payment_method_types instead of automatic_payment_methods in crea…
conatus 52f205e
Skip frequency suffix in billing summary for one-off supporter donations
conatus a92f853
Force paymentMethod to creditCard for one-off supporter donations
conatus 74d4e4f
Add /stripe/create-payment-intent REST endpoint for one-off supporter…
conatus 6aa4f58
Skip subscription validation for one-off supporter donations
conatus c49c678
Allow custom amounts in supporter mode regardless of plan allowCustom…
conatus dca36fc
Use generic Donation product for supporter mode custom amounts
conatus fdc3b18
Extract resolveSubscriptionPriceStrategy and add unit tests
conatus efb33bf
Add tests for supporter mode custom amount routing in DonationPage
conatus d65f6e4
Document that supporter mode custom amounts share one Stripe product
conatus 27c3d46
Correct product-sharing note: applies to all donations, not just supp…
conatus 418ff82
Use invoice + stored one-time price for all one-off donations
conatus bd0f0aa
Route one-off supporter donations through PaymentIntent in StripeForm
conatus 525a165
Fix Invoice finalization: retrieve PaymentIntent separately after fin…
conatus fcc0434
Await elements.submit() and surface validation errors before server call
conatus 6aa7953
Fix finalizeInvoice: call as instance method, surface real error mess…
conatus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.