🚸 (payment) Improve payment default currency be…
This commit is contained in:
@ -77,7 +77,7 @@ const createStripePaymentIntent =
|
||||
options.currency === 'EUR' ? 'fr-FR' : undefined,
|
||||
{
|
||||
style: 'currency',
|
||||
currency: options.currency,
|
||||
currency,
|
||||
}
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user