@longvansoftware/service-js-client 1.9.3 → 1.9.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,6 +6,10 @@ exports.GET_ORDER_DETAIL = (0, graphql_tag_1.gql) `
6
6
  query getOrderDetail($orderId: String!) {
7
7
  orderDetail(orderId: $orderId) {
8
8
  order {
9
+ currentSubtotalPrice {
10
+ amount
11
+ currencyCode
12
+ }
9
13
  financialStatus
10
14
  orderStatus
11
15
  ownerName
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/service-js-client",
3
- "version": "1.9.3",
3
+ "version": "1.9.4",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [