Skip to content

Commit 286edac

Browse files
author
Antonio Buedo
committed
- Code refactor
1 parent 83e6d21 commit 286edac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/gateways/bitpaycheckout.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function bitpaycheckout_config()
9898
'Type' => 'text',
9999
'Size' => '25',
100100
'Default' => '',
101-
'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`.',
101+
'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`.',
102102
),
103103

104104
'bitpay_checkout_endpoint' => array(

modules/gateways/bitpaycheckout/bitpaycheckout.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function bitpaycheckout_config()
9797
'Type' => 'text',
9898
'Size' => '25',
9999
'Default' => '',
100-
'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`.',
100+
'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`.',
101101
),
102102

103103
'bitpay_checkout_endpoint' => array(

0 commit comments

Comments
 (0)