chore: actualiza precios Business Control y Enterprise; overage por plan; MSI en checkout
This commit is contained in:
@@ -221,6 +221,9 @@ export async function createProrationPreference(params: {
|
||||
pending: `${backUrlBase()}/configuracion/suscripcion?upgrade=pending`,
|
||||
},
|
||||
auto_return: 'approved',
|
||||
payment_methods: {
|
||||
installments: 12,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
@@ -266,6 +269,9 @@ export async function createSubscriptionPreference(params: {
|
||||
pending: `${backUrlBase()}/configuracion/suscripcion?subscription=pending`,
|
||||
},
|
||||
auto_return: 'approved',
|
||||
payment_methods: {
|
||||
installments: 12,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user