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.
- package/dist/oro-sdk-apis.cjs.development.js +2 -3
- package/dist/oro-sdk-apis.cjs.development.js.map +1 -1
- package/dist/oro-sdk-apis.cjs.production.min.js +1 -1
- package/dist/oro-sdk-apis.cjs.production.min.js.map +1 -1
- package/dist/oro-sdk-apis.esm.js +2 -3
- package/dist/oro-sdk-apis.esm.js.map +1 -1
- package/dist/services/practice.d.ts +1 -1
- package/package.json +1 -1
- package/src/services/practice.ts +1 -2
package/dist/oro-sdk-apis.esm.js
CHANGED
|
@@ -2757,7 +2757,7 @@ var PracticeService = /*#__PURE__*/function () {
|
|
|
2757
2757
|
*/
|
|
2758
2758
|
;
|
|
2759
2759
|
|
|
2760
|
-
_proto.practiceCreatePaymentsIntent = function practiceCreatePaymentsIntent(practiceUuid, planId, userEmail, isoLocality, url_subdomain,
|
|
2760
|
+
_proto.practiceCreatePaymentsIntent = function practiceCreatePaymentsIntent(practiceUuid, planId, userEmail, isoLocality, url_subdomain, consultRequest) {
|
|
2761
2761
|
return this.api.post(this.baseURL + "/v1/practices/" + practiceUuid + "/payments/intents/", {
|
|
2762
2762
|
idPlan: planId,
|
|
2763
2763
|
hashUserEmail: userEmail ? this.getPaymentIntentHashedEmail(userEmail) : undefined,
|
|
@@ -2765,8 +2765,7 @@ var PracticeService = /*#__PURE__*/function () {
|
|
|
2765
2765
|
consultRequest: consultRequest
|
|
2766
2766
|
}, {
|
|
2767
2767
|
params: {
|
|
2768
|
-
url_subdomain: url_subdomain
|
|
2769
|
-
promotionCode: promotionCode
|
|
2768
|
+
url_subdomain: url_subdomain
|
|
2770
2769
|
}
|
|
2771
2770
|
});
|
|
2772
2771
|
};
|