feat(dashboard,cart,types,utils): refine order details summary (#13313)

* feat(dashboard,types,utils): refine order details summary

* fix tests

* changeset

* ui corrections

* tests again

* weird tests failing

* revert update to subtotal

* revert http tests too

* comments

* move credit lines so it makes more sense

* remove currency codes and add bold prices

* add new properties in default for storefront

* minor to patch

* remove bold on things that should be

* olis comment about taxes

* remove bold from shipping
This commit is contained in:
William Bouchard
2025-09-02 14:50:37 -04:00
committed by GitHub
parent 753e8081c4
commit 2f6edf367a
13 changed files with 348 additions and 214 deletions

View File

@@ -3987,6 +3987,9 @@
},
"taxTotal": {
"type": "string"
},
"totalAfterDiscount": {
"type": "string"
}
},
"required": [
@@ -4002,7 +4005,8 @@
"itemSubtotal",
"shippingSubtotal",
"discountSubtotal",
"taxTotal"
"taxTotal",
"totalAfterDiscount"
],
"additionalProperties": false
},