Skip to content

Commit 158ce87

Browse files
fix: include success:true in mfTransaction response by reusing outer responseDict
1 parent 0ca8b34 commit 158ce87

1 file changed

Lines changed: 0 additions & 1 deletion

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

0 commit comments

Comments
 (0)