Skip to content

Commit

Permalink
Start tracking acs transaction id to support 3RI (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
fobilow authored Apr 30, 2024
1 parent f567b29 commit 6de36bb
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 64 deletions.
1 change: 1 addition & 0 deletions chargehive/chtype/transaction.proto
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ message ThreeDSResult {
google.protobuf.Timestamp timestamp = 15;
Liability liability = 16;
string sdk_response = 17;
string acs_trans_id = 18;
}

message VerificationResult {
Expand Down
132 changes: 71 additions & 61 deletions golang/chargehive/chtype/transaction.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions php/ChargeHive/Chtype/Metadata/Transaction.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions php/ChargeHive/Chtype/ThreeDSResult.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6de36bb

Please sign in to comment.