oro-sdk 5.13.4 → 5.13.6
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.cjs.development.js +2 -2
- package/dist/oro-sdk.cjs.development.js.map +1 -1
- package/dist/oro-sdk.cjs.production.min.js +1 -1
- package/dist/oro-sdk.cjs.production.min.js.map +1 -1
- package/dist/oro-sdk.esm.js +2 -2
- package/dist/oro-sdk.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/helpers/consult.ts +2 -2
@@ -1058,13 +1058,13 @@ function _getOrCreatePatientConsultationUuid() {
|
|
1058
1058
|
break;
|
1059
1059
|
}
|
1060
1060
|
return _context.abrupt("return", oroClient.consultClient.getConsultByUUID(payment.uuidConsult)["catch"](function (err) {
|
1061
|
-
console.error('Error while retrieving consult', err);
|
1061
|
+
console.error('Error while retrieving consult from linked payment infos', err);
|
1062
1062
|
throw err;
|
1063
1063
|
}));
|
1064
1064
|
case 7:
|
1065
1065
|
_context.next = 9;
|
1066
1066
|
return oroClient.consultClient.consultCreate(consult)["catch"](function (err) {
|
1067
|
-
console.error('Error while creating consult', err);
|
1067
|
+
console.error('Error while creating consult after a payment found with no consult linked', err);
|
1068
1068
|
throw err;
|
1069
1069
|
});
|
1070
1070
|
case 9:
|