Thêm trạng thái sẽ hiện qrcode code để quét

add_filter('p68_qr_complete_payment_order_status', function ($order_status) {
    if (!isset($order_status['processing'])) {
        $order_status[] = 'processing';
    }
    return $order_status;
});

Thêm code trên vào functions.php của theme. $order_status là mảng chứa các trạng thái sẽ hiện qrcode.