Updated cart item, fixed deprecations

This commit is contained in:
cond0r
2021-02-22 15:00:32 +02:00
parent 528d7556a8
commit 849b0275f0
5 changed files with 52 additions and 20 deletions

View File

@@ -1,10 +1,18 @@
export const checkoutDetailsFragment = `
id
webUrl
subtotalPrice
totalTax
totalPrice
currencyCode
subtotalPriceV2{
amount
currencyCode
}
totalTaxV2 {
amount
currencyCode
}
totalPriceV2 {
amount
currencyCode
}
completedAt
createdAt
taxesIncluded
@@ -27,7 +35,14 @@ export const checkoutDetailsFragment = `
width
height
}
price
priceV2{
amount
currencyCode
}
compareAtPriceV2{
amount
currencyCode
}
}
quantity
}