tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
294
fork
atom
a tool for shared writing and social publishing
294
fork
atom
overview
issues
31
pulls
pipelines
allow promotional codes
awarm.space
2 weeks ago
68fd5c38
0f4d9ed4
+1
1 changed file
expand all
collapse all
unified
split
actions
createCheckoutSession.ts
+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
54
+
allow_promotion_codes: true,
54
55
success_url: successUrl.toString(),
55
56
cancel_url: cancelUrl,
56
57
});