Merge commit 'f986dc5d115d92a13db3a0994f6618ffffc00c75' into feature-clean

This commit is contained in:
2024-10-11 01:54:53 +03:00
8 changed files with 108 additions and 57 deletions

View File

@@ -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,
})