Skip to content

Commit

Permalink
Braintree - Drop-In UI should default to "on", ref #545
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed Aug 26, 2016
1 parent 47afc09 commit 4e89175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/wc-gateway-braintree-angelleye.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 4e89175

Please sign in to comment.