diff --git a/src/Utils/stripe/stripeHelpers.tsx b/src/Utils/stripe/stripeHelpers.tsx index c5e13c73..572462d6 100644 --- a/src/Utils/stripe/stripeHelpers.tsx +++ b/src/Utils/stripe/stripeHelpers.tsx @@ -27,6 +27,7 @@ export function formatAmountForStripe( style: "currency", currency, currencyDisplay: "symbol", + maximumSignificantDigits: 21, }); const parts = numberFormat.formatToParts(amount); let zeroDecimalCurrency = true;