forked from verdnatura/hedera-web
refs #5122
This commit is contained in:
parent
67b6f77b12
commit
a632a15242
|
@ -8,7 +8,7 @@ module.exports = class {
|
|||
}
|
||||
async check(orderId) {
|
||||
const resultSet = await this.app.conn.execQuery(
|
||||
'CALL myOrder_check(#id)',
|
||||
'CALL myOrder_checkConfig(#id)',
|
||||
{id: orderId}
|
||||
);
|
||||
resultSet.fetchValue();
|
||||
|
|
Loading…
Reference in New Issue