• In the latest update the transaction/payment ID is not being saved in its meta field.

    I checked the code and I noticed that on a couple of places
    $order->payment_complete( $payment->id );
    was replaced with
    $order->payment_complete();

    We use the transaction ID for our bookkeeping and its quite crucial for automating this. Can you please revert this change (I think its not intended behaviour)?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Latest (v6.2.0) does not save payment ID’ is closed to new replies.