Skip to content

Commit cb72d4c

Browse files
committed
fix first data 3ds authentication flow
1 parent 6c02790 commit cb72d4c

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [0.62.2]
5+
6+
### Fixed
7+
- Fixed first data 3DS authentication flow
8+
49
## [0.62.1]
510

611
### Changes

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ allprojects {
3131
}
3232

3333
project.ext {
34-
sdkVersion='0.62.1'
34+
sdkVersion='0.62.2'
3535
versionCode=1
3636

3737
compileSdkVersion=31

ui/src/main/res/raw/snabble_creditcardform.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
<input type="hidden" name="oid" value="{{orderId}}"/>
8686
<input type="hidden" name="hosteddataid" value="{{hostedDataId}}"/>
8787
<input type="hidden" name="authenticateTransaction" value="true"/>
88+
<input type="hidden" name="unscheduledCredentialOnFileType" value="FIRST"/>
8889
<input type="hidden" name="threeDSRequestorChallengeIndicator" value="04"/>
8990
</form>
9091
</body>

0 commit comments

Comments
 (0)