Skip to content

Commit

Permalink
Merge pull request #75 from TinkoffCreditSystems/1.7.3
Browse files Browse the repository at this point in the history
Fix card attachment with 3DS checking
  • Loading branch information
al-dr authored Jun 24, 2020
2 parents bd7b481 + 8d25f2f commit 513dd02
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ public Bundle pack(ThreeDsData entity) {

} else {
result.putString(REQUEST_KEY, entity.getRequestKey());
result.putString(MD, entity.getMd());
result.putString(PA_REQ, entity.getPaReq());
}

result.putString(ASC_URL, entity.getAcsUrl());
Expand Down

0 comments on commit 513dd02

Please sign in to comment.