Skip to content

Commit

Permalink
change trial length
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Gupta authored and Rahul Gupta committed Aug 29, 2024
1 parent a3e3d0e commit 619ba43
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 619ba43

Please sign in to comment.