wceu / camptix-invoices

A WordPress plugin that generates invoices for tickets purchased through Camptix
4 stars 0 forks source link

Weird behavior when creating an invoice manually #8

Closed avillegasn closed 5 years ago

avillegasn commented 5 years ago

If you create an invoice manually, when you try to print it to generate the PDF file a weird wp_die() occurs with the following message: "You do not have access to this invoice". This also happens with the original camptix invoices plugin (without our last modifications). We should fix this.

avillegasn commented 5 years ago

After a little bit of investigation, it seems that manual invoices miss the post meta 'auth'.

This meta is created in the create_invoice function of class CampTix_Addon_Invoices, but somehow is missing when the invoice is manually created.