a tool for shared writing and social publishing

allow promotional codes

+1
+1
actions/createCheckoutSession.ts
··· 51 51 ? { customer: customerId } 52 52 : { customer_email: identity.email || undefined }), 53 53 subscription_data: { metadata: { identity_id: identity.id } }, 54 + allow_promotion_codes: true, 54 55 success_url: successUrl.toString(), 55 56 cancel_url: cancelUrl, 56 57 });