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.
package/ios/SmallcaseGateway.m
CHANGED
|
@@ -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