diff --git a/ios/SmallcaseGateway.m b/ios/SmallcaseGateway.m index 7e3a75b3..c86e79d8 100644 --- a/ios/SmallcaseGateway.m +++ b/ios/SmallcaseGateway.m @@ -184,7 +184,6 @@ @interface RCT_EXTERN_MODULE(SmallcaseGateway, NSObject) //MARK: intent - mfTransaction if ([response isKindOfClass: [ObjcMfTransactionIntentTransaction class]]) { - NSMutableDictionary *responseDict = [[NSMutableDictionary alloc] init]; ObjcMfTransactionIntentTransaction *trxResponse = response; [responseDict setObject:@"TRANSACTION" forKey:@"transaction"]; diff --git a/react-native-smallcase-gateway.podspec b/react-native-smallcase-gateway.podspec index e1c1aae8..8c2ac779 100644 --- a/react-native-smallcase-gateway.podspec +++ b/react-native-smallcase-gateway.podspec @@ -34,6 +34,6 @@ Pod::Spec.new do |s| s.dependency "ReactCommon/turbomodule/core" end - s.dependency 'SCGateway', '7.1.8' + s.dependency 'SCGateway-dhruv-make-sdk-mfsc-capable-56e7d4d', '7.1.8-27-debug' s.dependency 'SCLoans', '7.1.2' end