fix(donate): allow unauthenticated donations for year-end

This commit is contained in:
Mrugesh Mohapatra
2019-12-18 04:15:55 +05:30
committed by mrugesh
parent fc25c281e4
commit 663f726c4e
4 changed files with 112 additions and 7 deletions

View File

@@ -141,6 +141,7 @@ class YearEndDonationForm extends Component {
donationAmount={donationAmount}
donationDuration={donationDuration}
getDonationButtonLabel={this.getDonationButtonLabel}
yearEndGift={true}
/>
</Elements>
</StripeProvider>