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
package/dist/oro-sdk.esm.js
CHANGED
@@ -1054,13 +1054,13 @@ function _getOrCreatePatientConsultationUuid() {
|
|
1054
1054
|
break;
|
1055
1055
|
}
|
1056
1056
|
return _context.abrupt("return", oroClient.consultClient.getConsultByUUID(payment.uuidConsult)["catch"](function (err) {
|
1057
|
-
console.error('Error while retrieving consult', err);
|
1057
|
+
console.error('Error while retrieving consult from linked payment infos', err);
|
1058
1058
|
throw err;
|
1059
1059
|
}));
|
1060
1060
|
case 7:
|
1061
1061
|
_context.next = 9;
|
1062
1062
|
return oroClient.consultClient.consultCreate(consult)["catch"](function (err) {
|
1063
|
-
console.error('Error while creating consult', err);
|
1063
|
+
console.error('Error while creating consult after a payment found with no consult linked', err);
|
1064
1064
|
throw err;
|
1065
1065
|
});
|
1066
1066
|
case 9:
|