@jimrising/easymerchantsdk-react-native 1.1.4 → 1.1.5

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.
package/README.md CHANGED
@@ -8,7 +8,7 @@ To add the path of sdk in your project. Open your `package.json` file and inside
8
8
  ```json
9
9
  "dependencies": {
10
10
  ...
11
- "@jimrising/easymerchantsdk-react-native": "^1.1.4"
11
+ "@jimrising/easymerchantsdk-react-native": "^1.1.5"
12
12
  },
13
13
  ```
14
14
 
@@ -47,7 +47,6 @@ public class RNEasymerchantsdkModule extends ReactContextBaseJavaModule {
47
47
  }
48
48
 
49
49
  try {
50
-
51
50
  new EasyPaymentService(currentActivity,env,apiKey,secretKey).makePayment(amount, (billinginfo == null) ? null : new JSONObject(billinginfo), new EasyPaymentFactory.OnTransactionListener() {
52
51
  @Override
53
52
  public void onSuccess(String response) {
@@ -53,4 +53,4 @@ RCT_EXPORT_METHOD(getPlatformVersion:(RCTPromiseResolveBlock)resolve
53
53
  resolve(platformVersion);
54
54
  }
55
55
 
56
- @end
56
+ @end
@@ -1,5 +1,5 @@
1
1
  Pod::Spec.new do |s|
2
- s.name = 'easymerchantsdk.podspec'
2
+ s.name = 'easymerchantsdk'
3
3
  s.version = '0.0.1'
4
4
  s.summary = 'A React Native SDK for Easy Merchant.'
5
5
  s.description = <<-DESC
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jimrising/easymerchantsdk-react-native",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "A React Native SDK for EasyMerchant",
5
5
  "main": "index.js",
6
6
  "scripts": {