omnipay-reactnative-sdk 0.8.8 → 0.8.9

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.
@@ -53,7 +53,7 @@ public class OmnipayActivityModule extends ReactContextBaseJavaModule {
53
53
 
54
54
  private void sendEvent(ReactContext reactContext,
55
55
  String eventName,
56
- @Nullable WritableMap params) {
56
+ WritableMap params) {
57
57
  reactContext
58
58
  .getJSModule(DeviceEventManagerModule.RCTDeviceEventEmitter.class)
59
59
  .emit(eventName, params);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omnipay-reactnative-sdk",
3
- "version": "0.8.8",
3
+ "version": "0.8.9",
4
4
  "description": "Omnipay react native sdk",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",