Skip to content

Commit

Permalink
Обработал ситуацию, когда кода купюры нет в таблице купюр
Browse files Browse the repository at this point in the history
  • Loading branch information
Кирилл committed Mar 11, 2019
1 parent 60759e4 commit b952d15
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CashCode.Net/CashCode.Net/Properties/Resource.Designer.cs

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

3 changes: 3 additions & 0 deletions CashCode.Net/CashCode.Net/Properties/Resource.resx
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,7 @@
<data name="CashCodeErroList_RejectingDueToLength" xml:space="preserve">
<value>Rejecting due to Length</value>
</data>
<data name="_Listener_Elapsed_Code0NotFoundInBillTable" xml:space="preserve">
<value>Code {0} not found in bill table</value>
</data>
</root>
3 changes: 3 additions & 0 deletions CashCode.Net/CashCode.Net/Properties/Resource.ru.resx
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,7 @@
<data name="CashCodeErroList_RejectingDueToLength" xml:space="preserve">
<value>Ошибка приема купюры. Ошибка размера купюры.(Rejecting due to Length)</value>
</data>
<data name="_Listener_Elapsed_Code0NotFoundInBillTable" xml:space="preserve">
<value>Код {0} не найден в таблице купюр</value>
</data>
</root>

0 comments on commit b952d15

Please sign in to comment.