Merge branch 'staging' into preprod
This commit is contained in:
commit
6e543d9882
@ -18,7 +18,7 @@ export default class StripeService {
|
|||||||
const priceId = subscription.type === "STANDARD" ? this.variables.STRIPE_STANDARD_SUBSCRIPTION_PRICE_ID : this.variables.STRIPE_UNLIMITED_SUBSCRIPTION_PRICE_ID;
|
const priceId = subscription.type === "STANDARD" ? this.variables.STRIPE_STANDARD_SUBSCRIPTION_PRICE_ID : this.variables.STRIPE_UNLIMITED_SUBSCRIPTION_PRICE_ID;
|
||||||
return this.client.checkout.sessions.create({
|
return this.client.checkout.sessions.create({
|
||||||
mode: "subscription",
|
mode: "subscription",
|
||||||
payment_method_types: ["card", "paypal"],
|
payment_method_types: ["card"],
|
||||||
billing_address_collection: "auto",
|
billing_address_collection: "auto",
|
||||||
line_items: [
|
line_items: [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user