From bb8abe97372def085e676c9f321122ec6bbe3e8d Mon Sep 17 00:00:00 2001 From: Mustafa Buyukcelebi Date: Tue, 20 Aug 2019 16:47:43 +0300 Subject: [PATCH] Fixed android cancel purchase issue --- src/screens/boost/container/boostContainer.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/screens/boost/container/boostContainer.js b/src/screens/boost/container/boostContainer.js index df2071d26..f2d283bfb 100644 --- a/src/screens/boost/container/boostContainer.js +++ b/src/screens/boost/container/boostContainer.js @@ -91,9 +91,8 @@ class BoostContainer extends Component { intl.formatMessage({ id: 'alert.warning', }), - error, + error.debugMessage, ); - bugsnag.notify(error); } }); };