Possible incorrect invoices created due to EDD last update
-
EDD introduced an incorrect parameter (reported) in the get_payments function in the EDD_Customer class. It isn’t returning the user payments because it’s using the ‘include’ param instead of the ‘post__in’ when calling the edd_get_payments function.
You use this function in the ‘edd_quaderno_create_invoice’.
As get_payments is a deprecated function, maybe you could use the EDD_Customer->get_orders() function.
Best Regards,
José Andrés
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Possible incorrect invoices created due to EDD last update’ is closed to new replies.