Fixed twocheckout_account_number_explain & twocheckout_api_username_password_explain: target="_blank"

soloarquitectura

Well-known member
Affected version
2.0.0 Beta 3
Really not a bug, but it's useful and it's present in Braintree and Stripe URLs:

twocheckout_account_number_explain:
Current: "Your account number is available in your <a href="https://www.2checkout.com/login">2Checkout Account</a>. When logged in to your account you can set your Secret Word by going to Account > Site Management."
Better: "Your account number is available in your <a href="https://www.2checkout.com/login" target="_blank">2Checkout Account</a>. When logged in to your account you can set your Secret Word by going to Account > Site Management."

twocheckout_api_username_password_explain:
Current: "An API username and password are required if you wish to allow users to be able to cancel recurring subscriptions.<br /><br />Without this, recurring subscriptions can only be cancelled from your <a href="https://www.2checkout.com/login">2Checkout Account</a>."
Better: "An API username and password are required if you wish to allow users to be able to cancel recurring subscriptions.<br /><br />Without this, recurring subscriptions can only be cancelled from your <a href="https://www.2checkout.com/login" target="_blank">2Checkout Account</a>."
 
Top Bottom