| Аргумент | Возможный тип | Описание |
| $capture_status | — | — |
| $order_id | — | — |
$this->db->query("UPDATE `" . DB_PREFIX . "paypal_iframe_order` SET `modified` = now(), `capture_status` = '" . $this->db->escape($capture_status) . "' WHERE `order_id` = '" . (int)$order_id . "'");