diff --git a/lib/partner-listener/routers/product-price.js b/lib/partner-listener/routers/product-price.js
index c63f146..f38d4a5 100644
--- a/lib/partner-listener/routers/product-price.js
+++ b/lib/partner-listener/routers/product-price.js
@@ -94,6 +94,7 @@ const mainHandler = async (req, res) => {
             httpgetx_xid: xid,
             xid: result.data.xid,
             ts: new Date(),
+            error: result.data.error,
             terminal_name: result.data.terminal_name,
             products: orderBy(
                 prepaidProducts.concat(postpaidProducts),