Skip to content

Commit

Permalink
tests(fixture): added book-with-errors fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Shatilo committed Apr 22, 2018
1 parent 07ab469 commit c857a9b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/protocol/response/book-with-errors.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<AddOrderResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" date="2017-12-10T17:03:53+03:00">
<OrderId>1000224984</OrderId>
<Items>
<ItemId TotalPrice="5189.7" Currency="RUB">1000224985</ItemId>
</Items>
<Errors>
<Error type="common" code="E1" description="Test Error"/>
</Errors>
</AddOrderResponse>

0 comments on commit c857a9b

Please sign in to comment.