Tom
Tom
Offline
0
Hi,

When I change the payment status at the backend form pending to paid, invoices_invoices is not updated to paid.

Any idea what going wrong?

Tom
Responses (1)
  • Accepted Answer

    BizzMix
    BizzMix
    Offline
    Wednesday, June 10 2020, 12:49 PM - #Permalink
    0
    The database table invoices_invoices holds 2 fields regarding to status: status and computed_status.

    When, in the backend, you change the status of the invoice itself, this will be reflected in the "status"-field in the database.
    When the status of a payment is changed (either in the backend or through a payment in the frontend), this is reflected in the "computed-status" field in the database.
    The reply is currently minimized Show
Your Reply