Hi Im struggling to return the event id to stripe as part of the description. I’m repurposing some code i found here which works with a custom field. I understand that the event id is the same as the post id but im hoping i can just use the value of the event id in the code
That is adding | event code: {event_custom_code} to the end of the description.
If you just want that to be the Event ID you could do something like:
$desc .= ' | event id: ' . $event->ID();
Viewing 1 reply thread
The support post ‘Pass the event id to stripe’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.