forked from CGM_Public/pretix_original
GiftCard: Add more information to transactions (#3308)
This commit is contained in:
@@ -44,7 +44,7 @@ def medium(organizer):
|
||||
@pytest.fixture
|
||||
def gift_card(organizer):
|
||||
gc = organizer.issued_gift_cards.create(currency="EUR")
|
||||
gc.transactions.create(value=42)
|
||||
gc.transactions.create(value=42, acceptor=organizer)
|
||||
return gc
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user