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:
@@ -3987,6 +3987,9 @@
|
||||
},
|
||||
"taxTotal": {
|
||||
"type": "string"
|
||||
},
|
||||
"totalAfterDiscount": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -4002,7 +4005,8 @@
|
||||
"itemSubtotal",
|
||||
"shippingSubtotal",
|
||||
"discountSubtotal",
|
||||
"taxTotal"
|
||||
"taxTotal",
|
||||
"totalAfterDiscount"
|
||||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user