🐛 (billing) Fix currency possible mismatch on sub update
This commit is contained in:
@ -63,6 +63,7 @@ const getSubscriptionDetails =
|
||||
(item) =>
|
||||
item.price.id === process.env.STRIPE_ADDITIONAL_STORAGE_PRICE_ID
|
||||
)?.quantity ?? 0,
|
||||
currency: subscriptions.data[0]?.currency,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user