omnipay-reactnative-sdk 0.8.6 → 0.8.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -172,8 +172,8 @@ public class OmnipayActivityModule extends ReactContextBaseJavaModule {
172
172
  params.putString("data", datax);
173
173
  sendEvent(this.reactContext, "OmnipayEvent", params);
174
174
  }
175
- catch {
176
-
175
+ catch (Exception ex) {
176
+ ex.printStackTrace();
177
177
  }
178
178
 
179
179
  // String returnValue = data.getStringExtra(returnKey);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omnipay-reactnative-sdk",
3
- "version": "0.8.6",
3
+ "version": "0.8.7",
4
4
  "description": "Omnipay react native sdk",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",