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:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user