mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
include acceptor slug in log/webhook event (#5906)
This commit is contained in:
committed by
GitHub
parent
2df3d9206b
commit
fd9ed15065
@@ -198,6 +198,7 @@ class ParametrizedGiftcardTransactionWebhookEvent(ParametrizedWebhookEvent):
|
||||
'notification_id': logentry.pk,
|
||||
'issuer_id': logentry.organizer_id,
|
||||
'acceptor_id': logentry.parsed_data.get('acceptor_id'),
|
||||
'acceptor_slug': logentry.parsed_data.get('acceptor_slug'),
|
||||
'giftcard': giftcard.pk,
|
||||
'action': logentry.action_type,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user