2
0

🚸 (payment) Improve payment default currency be…

This commit is contained in:
Baptiste Arnaud
2024-04-11 11:03:02 +02:00
parent 51bf5b653c
commit 6594c56adf
4 changed files with 7 additions and 8 deletions

View File

@ -77,7 +77,7 @@ const createStripePaymentIntent =
options.currency === 'EUR' ? 'fr-FR' : undefined,
{
style: 'currency',
currency: options.currency,
currency,
}
)