• Resolved thpani

    (@thpani)


    All my transactions are stuck in tstatus=ERROR. I believe this is due to the following:

    1. The transaction table is created with a non-null constraint on tstatus
    2. WC_MPAY24_Shop::createTransaction does not set tstatus
    3. As per the MySQL docs, a NOT NULL enum defaults to the first element, which is ERROR

    Using version 1.4.1

Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Transaction stuck in tstatus=ERROR’ is closed to new replies.