updated plugin Easy Digital Downloads version 3.1.1.2

This commit is contained in:
2023-03-17 22:34:04 +00:00
committed by Gitium
parent e8a66564bd
commit 19e086d1c4
647 changed files with 20986 additions and 27305 deletions

View File

@ -71,7 +71,7 @@ function edd_register_paypal_gateway_settings( $gateway_settings ) {
$pdt_desc = sprintf(
__( 'Enter your PayPal Identity Token in order to enable Payment Data Transfer (PDT). This allows payments to be verified without relying on the PayPal IPN. See our <a href="%s" target="_blank">documentation</a> for further information.', 'easy-digital-downloads' ),
'https://docs.easydigitaldownloads.com/article/918-paypal-standard'
'https://easydigitaldownloads.com/docs/paypal-legacy-gateways-standard-express-pro-advanced/'
);
$paypal_settings['paypal_identify_token'] = array(
@ -84,7 +84,7 @@ function edd_register_paypal_gateway_settings( $gateway_settings ) {
$desc = sprintf(
__( 'If you are unable to use Payment Data Transfer and payments are not getting marked as complete, then check this box. This forces the site to use a slightly less secure method of verifying purchases. See our <a href="%s" target="_blank">FAQ</a> for further information.', 'easy-digital-downloads' ),
'https://docs.easydigitaldownloads.com/article/190-payments-not-marked-as-complete'
'https://easydigitaldownloads.com/docs/paypal-payments-not-marked-as-complete/'
);
$paypal_settings['disable_paypal_verification'] = array(