update cart
Build and Publish / BuildAndDeployArm64 (push) Failing after 5s
Build and Publish / BuildAndDeployAmd64 (push) Has been cancelled

This commit is contained in:
2026-06-17 14:16:25 +02:00
parent 11be8aec56
commit ad410d217c
11 changed files with 257 additions and 41 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ func ToItemAddMessage(item *ProductItem, parent *ProductItem, storeId *string, q
// Top-level items price from their own product; children are priced from the
// parent product via the accessory-price hook.
price := int64(item.Price * 100)
price := int64(item.Price)
if parent != nil {
price = accessoryPrice(parent, item)
}