@longvansoftware/storefront-js-client 1.9.6 → 1.9.7

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.
@@ -15,6 +15,7 @@ exports.CREATE_PAYMENT_ORDER_MUTATION = (0, graphql_tag_1.gql) `
15
15
  $paymentType: String!
16
16
  $createBy: String!
17
17
  $paymentInfo: String
18
+ $attributes: JSON
18
19
  ) {
19
20
  createPaymentOrder(
20
21
  orgId: $orgId
@@ -28,6 +29,7 @@ exports.CREATE_PAYMENT_ORDER_MUTATION = (0, graphql_tag_1.gql) `
28
29
  paymentType: $paymentType
29
30
  createBy: $createBy
30
31
  paymentInfo: $paymentInfo
32
+ attributes: $attributes
31
33
  ) {
32
34
  code
33
35
  message
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/storefront-js-client",
3
- "version": "1.9.6",
3
+ "version": "1.9.7",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [