Skip to content
Snippets Groups Projects

OM46, del 1: Support batch_complete endpoint from setra

Merged Petr.Kalashnikov requested to merge om46 into master
1 file
+ 0
4
Compare changes
  • Side-by-side
  • Inline
+ 0
4
@@ -8,10 +8,6 @@ def test_batch(batch_fixture):
assert Batch(**batch_fixture)
def test_batch_complete(batch_complete_fixture):
assert Batch(**batch_complete_fixture)
def test_voucher(voucher_fixture):
assert Voucher(**voucher_fixture)
Loading