include acceptor slug in log/webhook event (#5906)

This commit is contained in:
Lukas Bockstaller
2026-02-19 10:00:11 +01:00
committed by GitHub
parent 2df3d9206b
commit fd9ed15065
5 changed files with 31 additions and 9 deletions

View File

@@ -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,
}