Skip to content

Commit 5d02833

Browse files
Merge pull request #184 from smallcase/dhruv/mf-mfsc-asset-universe-handling
Dhruv/mf mfsc asset universe handling
2 parents c81fc6d + 158ce87 commit 5d02833

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

ios/SmallcaseGateway.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ @interface RCT_EXTERN_MODULE(SmallcaseGateway, NSObject)
184184

185185
//MARK: intent - mfTransaction
186186
if ([response isKindOfClass: [ObjcMfTransactionIntentTransaction class]]) {
187-
NSMutableDictionary *responseDict = [[NSMutableDictionary alloc] init];
188187
ObjcMfTransactionIntentTransaction *trxResponse = response;
189188
[responseDict setObject:@"TRANSACTION" forKey:@"transaction"];
190189

react-native-smallcase-gateway.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ Pod::Spec.new do |s|
3434
s.dependency "ReactCommon/turbomodule/core"
3535
end
3636

37-
s.dependency 'SCGateway', '7.1.8'
37+
s.dependency 'SCGateway-dhruv-make-sdk-mfsc-capable-56e7d4d', '7.1.8-27-debug'
3838
s.dependency 'SCLoans', '7.1.2'
3939
end

0 commit comments

Comments
 (0)