Commit 45788bb0fed3ac55b89861b96aa1c157a78d4dbd

Authored by Adhidarma Hadiwinoto
1 parent a6abd7cddf
Exists in master and in 1 other branch dev

Forward error on core response at product price

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

lib/partner-listener/routers/product-price.js
... ... @@ -94,6 +94,7 @@ const mainHandler = async (req, res) => {
94 94 httpgetx_xid: xid,
95 95 xid: result.data.xid,
96 96 ts: new Date(),
  97 + error: result.data.error,
97 98 terminal_name: result.data.terminal_name,
98 99 products: orderBy(
99 100 prepaidProducts.concat(postpaidProducts),