Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ios/SmallcaseGateway.m
Original file line number Diff line number Diff line change
Expand Up @@ -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"];

Expand Down
2 changes: 1 addition & 1 deletion react-native-smallcase-gateway.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading