Skip to content

Commit

Permalink
No longer use removed 'filter' option in setting fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Oct 11, 2023
1 parent 1450321 commit d348204
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ public static function get_settings_fields( $type ) {
// 3-D Secure
$fields[] = [
'section' => 'general',
'filter' => FILTER_VALIDATE_BOOLEAN,
'meta_key' => '_pronamic_gateway_ogone_3d_secure_enabled',
'title' => __( '3-D Secure', 'pronamic_ideal' ),
'type' => 'checkbox',
Expand Down Expand Up @@ -213,7 +212,6 @@ public static function get_settings_fields( $type ) {
// Alias.
$fields[] = [
'section' => 'advanced',
'filter' => FILTER_VALIDATE_BOOLEAN,
'meta_key' => '_pronamic_gateway_ogone_alias_enabled',
'title' => __( 'Alias', 'pronamic_ideal' ),
'type' => 'checkbox',
Expand Down

0 comments on commit d348204

Please sign in to comment.