@opexa/portal-sdk 0.46.2 → 0.46.3

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 CHANGED
@@ -8470,7 +8470,7 @@ var Sdk = class {
8470
8470
  id,
8471
8471
  amount: input.amount.toString(),
8472
8472
  promo: input.promo,
8473
- redirectUrl: `${ENDPOINTS[environment].opexapay}/aio/success?redirectUrl=${input.redirectUrl}`
8473
+ redirectUrl: `${ENDPOINTS[environment].opexapay}/aio/success?redirectUrl=${input.redirectUrl}?deposit=${id}`
8474
8474
  },
8475
8475
  reCAPTCHAResponse: input.reCAPTCHAResponse
8476
8476
  });
@@ -8482,7 +8482,7 @@ var Sdk = class {
8482
8482
  id,
8483
8483
  amount: input.amount.toString(),
8484
8484
  promo: input.promo,
8485
- redirectUrl: `${ENDPOINTS[environment].opexapay}/aio/success?redirectUrl=${input.redirectUrl}`
8485
+ redirectUrl: `${ENDPOINTS[environment].opexapay}/aio/success?redirectUrl=${input.redirectUrl}?deposit=${id}`
8486
8486
  },
8487
8487
  reCAPTCHAResponse: input.reCAPTCHAResponse
8488
8488
  });
@@ -8494,7 +8494,7 @@ var Sdk = class {
8494
8494
  id,
8495
8495
  amount: input.amount.toString(),
8496
8496
  promo: input.promo,
8497
- redirectUrl: `${ENDPOINTS[environment].opexapay}/aio/success?redirectUrl=${input.redirectUrl}`
8497
+ redirectUrl: `${ENDPOINTS[environment].opexapay}/aio/success?redirectUrl=${input.redirectUrl}?deposit=${id}`
8498
8498
  },
8499
8499
  reCAPTCHAResponse: input.reCAPTCHAResponse
8500
8500
  });
@@ -8506,7 +8506,7 @@ var Sdk = class {
8506
8506
  id,
8507
8507
  amount: input.amount.toString(),
8508
8508
  promo: input.promo,
8509
- redirectUrl: `${ENDPOINTS[environment].opexapay}/aio/success?redirectUrl=${input.redirectUrl}`
8509
+ redirectUrl: `${ENDPOINTS[environment].opexapay}/aio/success?redirectUrl=${input.redirectUrl}?deposit=${id}`
8510
8510
  },
8511
8511
  reCAPTCHAResponse: input.reCAPTCHAResponse
8512
8512
  });