Skip to content

Commit

Permalink
Fix tuta.com domain not allowed for gift card signups
Browse files Browse the repository at this point in the history
Close #6902
  • Loading branch information
hrb-hub committed Jan 2, 2025
1 parent 1a1c922 commit 2bd6b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/subscription/giftcards/RedeemGiftCardWizard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ class GiftCardCredentialsPage implements WizardPageN<RedeemGiftCardModel> {
readonly: model.newAccountData != null,
prefilledMailAddress: model.newAccountData ? model.newAccountData.mailAddress : "",
isBusinessUse: () => false,
isPaidSubscription: () => false,
isPaidSubscription: () => true,
campaign: () => null,
})
}
Expand Down

0 comments on commit 2bd6b58

Please sign in to comment.