diff --git a/classes/wc-gateway-braintree-angelleye.php b/classes/wc-gateway-braintree-angelleye.php index b90f12574..51eee9ad5 100644 --- a/classes/wc-gateway-braintree-angelleye.php +++ b/classes/wc-gateway-braintree-angelleye.php @@ -163,7 +163,7 @@ public function init_form_fields() { 'label' => __('Enable Drop-in Payment UI', 'paypal-for-woocommerce'), 'type' => 'checkbox', 'description' => __('Rather than showing a credit card form on your checkout, this shows the form on it\'s own page, thus making the process more secure and more PCI friendly.', 'paypal-for-woocommerce'), - 'default' => 'no' + 'default' => 'yes' ), 'sandbox' => array( 'title' => __('Sandbox', 'paypal-for-woocommerce'),