added PMM-sample.md , fixed order schema

This commit is contained in:
KS
2024-03-29 07:26:15 +03:00
parent 20f38f1c4a
commit b0873ab04c
5 changed files with 292 additions and 5 deletions

View File

@@ -461,11 +461,10 @@ class Aggregator {
throw Error(errorParseResult.data.error.reason);
}
res.quotation = parseResult.data.quotation;
res.order = parseResult.data.order;
res.signature = parseResult.data.signature;
res.error = '';
res.success = true;
// return result;
}
catch(err) {
res.error = `${err}`;