Skip to content

Commit

Permalink
The default sanitize function allows dobule quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Oct 11, 2023
1 parent 6f7dda2 commit ac99766
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -319,10 +319,6 @@ public function get_settings_fields() {
// Merchant Order Reference.
$fields[] = [
'section' => 'advanced',
/**
* Filter Adyen merchant order reference unsafe raw to allow double quotes.
*/
'filter' => \FILTER_UNSAFE_RAW,
'meta_key' => '_pronamic_gateway_adyen_merchant_order_reference',
'title' => __( 'Merchant Order Reference', 'pronamic_ideal' ),
'type' => 'text',
Expand Down

0 comments on commit ac99766

Please sign in to comment.