hyper-sdk-plugin
Advanced tools
Comparing version 2.0.18 to 2.0.19
{ | ||
"name": "hyper-sdk-plugin", | ||
"version": "2.0.18", | ||
"version": "2.0.19", | ||
"description": "Cordova plugin for HyperSDK which enables payment orchestration via different dynamic modules. More details available at https://developer.juspay.in/v2.0/docs/introduction . Some part of module depends heavily on native functionalities and are not updatable dynamically.", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -31,3 +31,6 @@ | ||
callNative("backPress", {}, callback); | ||
}, | ||
terminate: function() { | ||
callNative("terminate", {}, sharedCallback); | ||
} | ||
} |
38368
479