PayPal: Event-independent webhooks

This commit is contained in:
Raphael Michel
2017-07-23 12:38:41 +02:00
parent 5f529817ef
commit 1d2d9d8b99
8 changed files with 112 additions and 15 deletions

View File

@@ -219,7 +219,7 @@ def test_webhook_partial_refund(env, client, monkeypatch):
@pytest.mark.django_db
def test_webhook_organizer_level(env, client, monkeypatch):
def test_webhook_global(env, client, monkeypatch):
order = env[1]
order.status = Order.STATUS_PENDING
order.save()