updated plugin Easy Digital Downloads
version 3.1.1.2
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user