oro-sdk-apis 1.23.1 → 1.23.2

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.
@@ -2999,7 +2999,7 @@ var TellerService = /*#__PURE__*/function () {
2999
2999
  _proto.sendOnlineFaxSuccessfulEmail = function sendOnlineFaxSuccessfulEmail(consult, patientUuid) {
3000
3000
  return this.api.post(this.baseURL + "/v1/online-fax-notify", {
3001
3001
  consult: consult,
3002
- patient_uuid: patientUuid
3002
+ patientUuid: patientUuid
3003
3003
  });
3004
3004
  };
3005
3005