efdevcon / pretix-attestation-placeholder-plugin

Pretix plugin to support placeholders for attestations
MIT License
2 stars 7 forks source link

Add setting for event_id #48

Open ligi opened 2 years ago

ligi commented 2 years ago

Currently we get the event id from the order like so: https://github.com/efdevcon/pretix-attestation-placeholder-plugin/blob/main/pretix_attestation_plugin/generator/java_generator_wrapper.py#L32

But it could make sense for some use-cases to set this id as a setting.