Merge branch 'preprod'
This commit is contained in:
commit
14facfd566
@ -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;
|
||||
return this.client.checkout.sessions.create({
|
||||
mode: "subscription",
|
||||
payment_method_types: ["card", "paypal"],
|
||||
payment_method_types: ["card"],
|
||||
billing_address_collection: "auto",
|
||||
line_items: [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user