Skip to content

Commit 0685c2e

Browse files
committed
Update Integration.php
1 parent 8d64f84 commit 0685c2e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Integration.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,9 +431,8 @@ public function get_settings_fields() {
431431
'title' => \__( 'Country code', 'pronamic_ideal' ),
432432
'type' => 'text',
433433
'classes' => [ 'regular-text', 'code' ],
434-
'tooltip' => __( 'Country code used when it cannot be derived from the customer details.', 'pronamic_ideal' ),
434+
'tooltip' => \__( 'Country code used when it cannot be derived from the customer details.', 'pronamic_ideal' ),
435435
'required' => true,
436-
'default' => 'NL',
437436
];
438437

439438
// Return fields.

0 commit comments

Comments
 (0)