UPDATE orders SET payment_type = 'none' WHERE order_sum <= 0 AND payment_type IS NULL;