Skip to content

Commit

Permalink
add methodData to VerifyRequestData (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomK authored Sep 7, 2022
1 parent 943238d commit 3102e7d
Show file tree
Hide file tree
Showing 4 changed files with 159 additions and 114 deletions.
1 change: 1 addition & 0 deletions chargehive/chtype/transaction.proto
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ message VerifyRequestData {
string connector_library = 3;
Environment environment = 4;
bool required = 5;
map<string, string> methodData = 6;
}

message ThreeDSResult {
Expand Down
Loading

0 comments on commit 3102e7d

Please sign in to comment.