mirror of
https://github.com/vercel/commerce.git
synced 2025-07-31 14:01:24 +00:00
Correct default cart tax currency (#1260)
This commit is contained in:
@@ -122,7 +122,7 @@ const reshapeCart = (cart: ShopifyCart): Cart => {
|
||||
if (!cart.cost?.totalTaxAmount) {
|
||||
cart.cost.totalTaxAmount = {
|
||||
amount: '0.0',
|
||||
currencyCode: 'USD'
|
||||
currencyCode: cart.cost.totalAmount.currencyCode
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user