Skip to content

Commit

Permalink
Update Gateway.php
Browse files Browse the repository at this point in the history
  • Loading branch information
loueranta-paytrail committed Aug 29, 2024
1 parent 01f0cc6 commit 37ebc53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ protected function set_form_fields() {
'type' => 'password',
'label' => __('Secret key', 'paytrail-for-woocommerce'),
'default' => '',
'description' => __('Credentials can be found in <a target="_blank" href="https://merchant.paytrail.com/">test credentials</a>the merchant panel</a>.', 'paytrail-for-woocommerce'),
'description' => __('Credentials can be found in <a target="_blank" href="https://merchant.paytrail.com/">the merchant panel</a>.', 'paytrail-for-woocommerce'),
'disabled' => $secret_key_disabled, // Disable if enable_test_mode is checked
],
// Whether test mode is enabled
Expand Down

0 comments on commit 37ebc53

Please sign in to comment.