diff --git a/src/Integration.php b/src/Integration.php index 074ea0d..d398c22 100644 --- a/src/Integration.php +++ b/src/Integration.php @@ -81,10 +81,6 @@ public function get_settings_fields() { // Purchase ID $fields[] = [ 'section' => 'advanced', - /** - * Filter ICEPAY order ID unsafe raw to allow double quotes. - */ - 'filter' => \FILTER_UNSAFE_RAW, 'meta_key' => '_pronamic_gateway_icepay_order_id', 'title' => __( 'Order ID', 'pronamic_ideal' ), 'type' => 'text',