Skip to content

Commit

Permalink
Merge pull request #805 from 3DStreet/trial-extension
Browse files Browse the repository at this point in the history
change trial length
  • Loading branch information
kfarr authored Aug 30, 2024
2 parents 95b8f64 + 619ba43 commit b9f5b34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const PaymentModal = ({ isOpen, onClose }) => {
metadata: { userId: currentUser.uid },
allow_promotion_codes: true,
subscription_data: {
trial_period_days: 7,
trial_period_days: 30,
metadata: {
userId: currentUser.uid
}
Expand Down

0 comments on commit b9f5b34

Please sign in to comment.