Skip to content

Commit

Permalink
Merge pull request #74 from paynl/feature/PLUG-2521
Browse files Browse the repository at this point in the history
PLUG-2521 - Change API token field to password
  • Loading branch information
woutse authored Sep 19, 2023
2 parents 7b93e73 + eb14193 commit 7aedf8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/classes/PPMFWC/Gateways.php
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ public static function ppmfwc_addGlobalSettings()
);
$addedSettings[] = array(
'name' => esc_html(__('API-token *', PPMFWC_WOOCOMMERCE_TEXTDOMAIN)),
'type' => 'text',
'type' => 'password',
'desc' => esc_html(
__(
'The API-token used to communicate with the Pay. API, you can find your API-token ',
Expand Down

0 comments on commit 7aedf8e

Please sign in to comment.