Commit d23cd0f8438b350d21657067d9448c15dd03d2e4

Authored by adi surya
1 parent e6970e66cd
Exists in master

update comment

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -17,7 +17,7 @@ const client = axios.create({
17 17 });
18 18  
19 19 /**
20   - * Buy a product from supplier komodo
  20 + * Buy a product from supplier sds
21 21 *
22 22 * @param {string} xid
23 23 * @param {object} transaction
... ... @@ -25,7 +25,7 @@ const client = axios.create({
25 25 */
26 26 module.exports = async (xid, transaction) => {
27 27 try {
28   - logger.verbose(`${MODULE_NAME} 4B139379: Buy product to komodo`, {
  28 + logger.verbose(`${MODULE_NAME} 4B139379: Buy product to sds`, {
29 29 xid,
30 30 transaction,
31 31 });