@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.cjs CHANGED
@@ -8674,7 +8674,9 @@ var Sdk = class {
8674
8674
  input: {
8675
8675
  id,
8676
8676
  amount: input.amount.toString(),
8677
- promo: input.promo
8677
+ promo: input.promo,
8678
+ cancelRedirectionUrl: input.cancelRedirectionUrl,
8679
+ successRedirectionUrl: input.successRedirectionUrl
8678
8680
  },
8679
8681
  reCAPTCHAResponse: input.reCAPTCHAResponse
8680
8682
  });