forked from Adyen/adyen-dotnet-api-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Terminal api missing encryption (Adyen#933)
* Add the unit test * Add the adyen exception for missing nexoblob * Add only the exception for the nexoblob
- Loading branch information
1 parent
c34754c
commit fce0f4a
Showing
4 changed files
with
92 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
Adyen.Test/mocks/terminalapi/pospayment-no-security-trailer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"SaleToPOIResponse": { | ||
"SecurityTrailer": null, | ||
"MessageHeader": { | ||
"ProtocolVersion": "3.0", | ||
"SaleID": "John", | ||
"MessageClass": "Service", | ||
"MessageCategory": "Payment", | ||
"ServiceID": "9739", | ||
"POIID": "MX915-284251016", | ||
"MessageType": "Response" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters