@opexa/portal-sdk 0.48.4 → 0.48.6
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.
- package/dist/index.cjs +4 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -366,7 +366,6 @@ var WITHDRAWAL_RECORDS_QUERY = gql`
|
|
|
366
366
|
... on GCashStandardCashInWithdrawalRecord {
|
|
367
367
|
id
|
|
368
368
|
type
|
|
369
|
-
bank
|
|
370
369
|
fee
|
|
371
370
|
netAmount
|
|
372
371
|
reference
|
|
@@ -375,6 +374,7 @@ var WITHDRAWAL_RECORDS_QUERY = gql`
|
|
|
375
374
|
error
|
|
376
375
|
withdrawalNumber
|
|
377
376
|
serialCode
|
|
377
|
+
recipientMobileNumber
|
|
378
378
|
dateTimeCreated
|
|
379
379
|
dateTimeLastUpdated
|
|
380
380
|
}
|
|
@@ -8669,7 +8669,9 @@ var Sdk = class {
|
|
|
8669
8669
|
input: {
|
|
8670
8670
|
id,
|
|
8671
8671
|
amount: input.amount.toString(),
|
|
8672
|
-
promo: input.promo
|
|
8672
|
+
promo: input.promo,
|
|
8673
|
+
cancelRedirectionUrl: input.cancelRedirectionUrl,
|
|
8674
|
+
successRedirectionUrl: input.successRedirectionUrl
|
|
8673
8675
|
},
|
|
8674
8676
|
reCAPTCHAResponse: input.reCAPTCHAResponse
|
|
8675
8677
|
});
|