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