You've already forked AstralRinth
forked from didirus/AstralRinth
Update billing with backend changes (#2505)
This commit is contained in:
@@ -540,8 +540,11 @@ async function refreshPayment(confirmationId, paymentMethodId) {
|
||||
}
|
||||
|
||||
const result = await props.sendBillingRequest({
|
||||
product_id: props.product.id,
|
||||
interval: selectedPlan.value,
|
||||
charge: {
|
||||
type: 'new',
|
||||
product_id: props.product.id,
|
||||
interval: selectedPlan.value,
|
||||
},
|
||||
existing_payment_intent: paymentIntentId.value,
|
||||
...base,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user