@longvansoftware/service-js-client 1.11.9 → 1.12.0

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.
@@ -14,6 +14,7 @@ exports.DEPOSIT_WALLET = (0, graphql_tag_1.gql) `
14
14
  $paymentMethodCode: String
15
15
  $sourcePayment: String
16
16
  $paymentType: String
17
+ $returnUrl: String
17
18
  $createBy: String
18
19
  ) {
19
20
  depositWallet(
@@ -27,6 +28,7 @@ exports.DEPOSIT_WALLET = (0, graphql_tag_1.gql) `
27
28
  paymentMethodCode: $paymentMethodCode
28
29
  sourcePayment: $sourcePayment
29
30
  paymentType: $paymentType
31
+ returnUrl: $returnUrl
30
32
  createBy: $createBy
31
33
  ) {
32
34
  order {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/service-js-client",
3
- "version": "1.11.9",
3
+ "version": "1.12.0",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [