Skip to content

Commit

Permalink
Removes unused / commented code that caused Sucuri false flags, ref #981
Browse files Browse the repository at this point in the history
  • Loading branch information
WORKSTATION\andre committed Jan 16, 2018
1 parent be4bf0a commit 2bcf829
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions classes/wc-gateway-paypal-pro-angelleye.php
Original file line number Diff line number Diff line change
Expand Up @@ -263,38 +263,6 @@ function init_form_fields() {
'type' => 'password',
'default' => ''
),
// 'enable_3dsecure' => array(
// 'title' => __('3DSecure', 'paypal-for-woocommerce'),
// 'label' => __('Enable 3DSecure', 'paypal-for-woocommerce'),
// 'type' => 'checkbox',
// 'description' => __('Allows UK merchants to pass 3-D Secure authentication data to PayPal for debit and credit cards. Updating your site with 3-D Secure enables your participation in the Verified by Visa and MasterCard SecureCode programs. (Required to accept Maestro)', 'paypal-for-woocommerce'),
// 'default' => 'no'
// ),
// 'centinel_pid' => array(
// 'title' => __('Centinel PID', 'paypal-for-woocommerce'),
// 'type' => 'text',
// 'description' => __('If enabling 3D Secure, enter your Cardinal Centinel Processor ID.', 'paypal-for-woocommerce'),
// 'default' => ''
// ),
// 'centinel_mid' => array(
// 'title' => __('Centinel MID', 'paypal-for-woocommerce'),
// 'type' => 'text',
// 'description' => __('If enabling 3D Secure, enter your Cardinal Centinel Merchant ID.', 'paypal-for-woocommerce'),
// 'default' => ''
// ),
// 'centinel_pwd' => array(
// 'title' => __('Transaction Password', 'paypal-for-woocommerce'),
// 'type' => 'password',
// 'description' => __('If enabling 3D Secure, enter your Cardinal Centinel Transaction Password.', 'paypal-for-woocommerce'),
// 'default' => ''
// ),
// 'liability_shift' => array(
// 'title' => __('Liability Shift', 'paypal-for-woocommerce'),
// 'label' => __('Require liability shift', 'paypal-for-woocommerce'),
// 'type' => 'checkbox',
// 'description' => __('Only accept payments when liability shift has occurred.', 'paypal-for-woocommerce'),
// 'default' => 'no'
// ),
'error_display_type' => array(
'title' => __('Error Display Type', 'paypal-for-woocommerce'),
'type' => 'select',
Expand Down

0 comments on commit 2bcf829

Please sign in to comment.