AyeCode / invoicing

GetPaid (Formerly the Invoicing plugin) is a lightweight Payments and Invoicing system for WordPress. It can be used to sell anything online via payment forms or buy now buttons that can be added to any landing page. It can also be used by freelancers to manage their Invoices or by 3rd party Themes and Plugins as their payment system. GeoDirectory currently uses GetPaid as its payment system
https://wpgetpaid.com/
Other
37 stars 23 forks source link

Reports page & Process Submission Invoice bug fix #773

Closed Davisonpro closed 5 months ago

Davisonpro commented 5 months ago

Reports Page Data Loading Issue:

The reports page was failing to load card data and charts due to an error encountered in the API request. Upon investigation, it was found that the issue stemmed from a non-well-formed numeric value error, a date variable that should be converted to timestamp.

Invoice Submission ID Handling:

Invoice form submission ID is not attached to invoices when processed in checkout.

Added this to track form/invoice submissions in the abandoned cart receovery plugin. $invoice->set_submission_id( $submission->id );