Skip to content

Commit 8b98cf8

Browse files
Merge pull request #185 from smallcase/release/v7.4.0
Release/v7.4.0
2 parents 0a6b626 + cf023c3 commit 8b98cf8

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [7.4.0](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.3.9...v7.4.0) (2026-05-14)
6+
7+
8+
### Bug Fixes
9+
10+
* include success:true in mfTransaction response by reusing outer responseDict ([158ce87](https://github.com/smallcase/react-native-smallcase-gateway/commit/158ce87ad1469c07f954dcc64896404ea11b2b3c))
11+
512
### [7.3.9](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.3.8...v7.3.9) (2026-05-07)
613

714
### [7.3.8](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.3.6...v7.3.8) (2026-04-23)

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-smallcase-gateway",
33
"title": "React Native Smallcase Gateway",
4-
"version": "7.3.9",
4+
"version": "7.4.0",
55
"description": "smallcase gateway bindings for react native",
66
"main": "src/index.js",
77
"files": [

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', '7.1.9'
3838
s.dependency 'SCLoans', '7.1.2'
3939
end

0 commit comments

Comments
 (0)