Skip to content

Commit

Permalink
- Code refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Buedo committed Nov 15, 2021
1 parent 83e6d21 commit 286edac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/gateways/bitpaycheckout.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function bitpaycheckout_config()
'Type' => 'text',
'Size' => '25',
'Default' => '',
'Description' => 'Your <b>production</b> merchant token. <a href = "https://www.bitpay.com/dashboard/merchant/api-tokens" target = "_blank">Create one here</a> and <b>uncheck</b> `Require Authentication`.',
'Description' => 'Your <b>production</b> merchant token. <a href = "https://bitpay.com/dashboard/merchant/api-tokens" target = "_blank">Create one here</a> and <b>uncheck</b> `Require Authentication`.',
),

'bitpay_checkout_endpoint' => array(
Expand Down
2 changes: 1 addition & 1 deletion modules/gateways/bitpaycheckout/bitpaycheckout.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function bitpaycheckout_config()
'Type' => 'text',
'Size' => '25',
'Default' => '',
'Description' => 'Your <b>production</b> merchant token. <a href = "https://www.bitpay.com/dashboard/merchant/api-tokens" target = "_blank">Create one here</a> and <b>uncheck</b> `Require Authentication`.',
'Description' => 'Your <b>production</b> merchant token. <a href = "https://bitpay.com/dashboard/merchant/api-tokens" target = "_blank">Create one here</a> and <b>uncheck</b> `Require Authentication`.',
),

'bitpay_checkout_endpoint' => array(
Expand Down

0 comments on commit 286edac

Please sign in to comment.