Skip to content

Commit

Permalink
fix: arqc format
Browse files Browse the repository at this point in the history
  • Loading branch information
krasimirkolev authored and kalinkrustev committed Jul 18, 2017
1 parent eb5e5b9 commit ffd1ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payshield.messages.json
Expand Up @@ -42,7 +42,7 @@
"generateArqc": {
"requestCode": "KW",
"responseCode": "KX",
"requestPattern": "modeFlag:1/string, schemeId:1/string, mkac:33/string, ivac:ivacLength/binary, panLength:panLengthLength/string, panSeqNo:panSeqNoLength/binary, delimiter1:delimiter1Length/string, branchHeightParams:branchHeightParamsLength/string, atc:2/binary, transactionDataLengthHex:transactionDataLengthLength/string, transactionData:transactionDataLengthDec/binary, delimiter2:delimiter2Length/string, arqc:8/binary, arc:arcLength/binary, csu:csuLength/string, padLength:padLengthLength/string, pad:padLength/string",
"requestPattern": "modeFlag:1/string, schemeId:1/string, mkac:33/string, ivac:ivacLength/string-binhex, panLength:panLengthLength/string, panSeqNo:panSeqNoLength/string-binhex, delimiter1:delimiter1Length/string, branchHeightParams:branchHeightParamsLength/string, atc:2/string-binhex, transactionDataLengthHex:transactionDataLengthLength/string, transactionData:transactionDataLengthDec/string-binhex, delimiter2:delimiter2Length/string, arqc:8/string-binhex, arc:arcLength/string-binhex, csu:csuLength/string-binhex, padLength:padLengthLength/string, pad:padLength/string-binhex",
"responsePattern": "errorCode:2/string, responseData/binary"
},
"verifyMac": {
Expand Down

0 comments on commit ffd1ce1

Please sign in to comment.