API: add log_action/webhook for confirmed payments (#3395)

This commit is contained in:
Richard Schreiber
2023-06-09 09:29:32 +02:00
committed by GitHub
parent 570357e9be
commit 74e9a4ad2d
2 changed files with 11 additions and 2 deletions

View File

@@ -1807,7 +1807,7 @@ def test_order_create_free(token_client, organizer, event, item, quota, question
assert p.provider == "free"
assert p.amount == o.total
assert p.state == "confirmed"
assert o.all_logentries().count() == 2
assert o.all_logentries().count() == 3
@pytest.mark.django_db