Merge pull request #28851 from overleaf/ls-collect-business-details-in-stripe-elements

Collect business details in Stripe Elements

GitOrigin-RevId: 5a3affd1916b2ba659e007a7c25f64879899fd1a
This commit is contained in:
Liangjun Song
2025-10-09 08:08:28 +00:00
committed by Copybot
parent a79171479b
commit b8da04078d
3 changed files with 15 additions and 0 deletions
@@ -30,6 +30,8 @@ class HasPastDueInvoiceError extends OError {}
class HasNoAdditionalLicenseWhenManuallyCollectedError extends OError {}
class InvalidTaxIdError extends OError {}
/**
* @typedef {Object} PaymentActionRequiredInfo
* @property {string} PaymentActionRequiredInfo.clientSecret
@@ -72,4 +74,5 @@ module.exports = {
SubtotalLimitExceededError,
HasPastDueInvoiceError,
HasNoAdditionalLicenseWhenManuallyCollectedError,
InvalidTaxIdError,
}