react-native-smallcase-gateway 7.3.9 → 7.4.0

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.
@@ -184,7 +184,6 @@ RCT_REMAP_METHOD(triggerTransaction,
184
184
 
185
185
  //MARK: intent - mfTransaction
186
186
  if ([response isKindOfClass: [ObjcMfTransactionIntentTransaction class]]) {
187
- NSMutableDictionary *responseDict = [[NSMutableDictionary alloc] init];
188
187
  ObjcMfTransactionIntentTransaction *trxResponse = response;
189
188
  [responseDict setObject:@"TRANSACTION" forKey:@"transaction"];
190
189
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-smallcase-gateway",
3
3
  "title": "React Native Smallcase Gateway",
4
- "version": "7.3.9",
4
+ "version": "7.4.0",
5
5
  "description": "smallcase gateway bindings for react native",
6
6
  "main": "src/index.js",
7
7
  "files": [
@@ -34,6 +34,6 @@ Pod::Spec.new do |s|
34
34
  s.dependency "ReactCommon/turbomodule/core"
35
35
  end
36
36
 
37
- s.dependency 'SCGateway', '7.1.8'
37
+ s.dependency 'SCGateway', '7.1.9'
38
38
  s.dependency 'SCLoans', '7.1.2'
39
39
  end