oro-sdk-apis 1.24.0 → 1.24.1

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.
@@ -2711,7 +2711,7 @@ var PracticeService = /*#__PURE__*/function () {
2711
2711
  */
2712
2712
  ;
2713
2713
 
2714
- _proto.practiceCreatePaymentsIntent = function practiceCreatePaymentsIntent(practiceUuid, planId, userEmail, isoLocality, url_subdomain, promotionCode, consultRequest) {
2714
+ _proto.practiceCreatePaymentsIntent = function practiceCreatePaymentsIntent(practiceUuid, planId, userEmail, isoLocality, url_subdomain, consultRequest) {
2715
2715
  return this.api.post(this.baseURL + "/v1/practices/" + practiceUuid + "/payments/intents/", {
2716
2716
  idPlan: planId,
2717
2717
  hashUserEmail: userEmail ? this.getPaymentIntentHashedEmail(userEmail) : undefined,
@@ -2719,8 +2719,7 @@ var PracticeService = /*#__PURE__*/function () {
2719
2719
  consultRequest: consultRequest
2720
2720
  }, {
2721
2721
  params: {
2722
- url_subdomain: url_subdomain,
2723
- promotionCode: promotionCode
2722
+ url_subdomain: url_subdomain
2724
2723
  }
2725
2724
  });
2726
2725
  };