@opexa/portal-sdk 0.48.4 → 0.48.5

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.js CHANGED
@@ -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
  });