mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
API: add log_action/webhook for confirmed payments (#3395)
This commit is contained in:
committed by
GitHub
parent
570357e9be
commit
74e9a4ad2d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user