added more conditions for unpaid and cancelled statuses

This commit is contained in:
olegphenomenon 2023-01-11 16:28:06 +02:00
parent 7b05e1e28a
commit 1b377dadcd
3 changed files with 9 additions and 2 deletions

View file

@ -303,4 +303,6 @@ class EInvoiceResponseTest < ApplicationIntegrationTest
assert_equal registry_response[:message], 'Invoice with nonexisted-invoice number not found'
end
test 'it should ignore if you trying to set failed status to canceled'
end