Commit f12f9ab1df6131db96012f40414ddd83289bc8d7

Authored by adi surya
1 parent 0fa59015c3
Exists in master

fix get response

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

... ... @@ -60,7 +60,7 @@ module.exports = async (xid, transaction) => {
60 60 id: transaction.id,
61 61 rc,
62 62 amount: result.amount || null,
63   - message: result.text,
  63 + message: result.text || '',
64 64 sn: result.sn || null,
65 65 };
66 66