Skip to content

Commit

Permalink
Express Checkout - Skip Review vs. Terms and Conditions, ref #471
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed Sep 10, 2016
1 parent d7d0758 commit c584819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/wc-gateway-paypal-express-angelleye.php
Original file line number Diff line number Diff line change
Expand Up @@ -542,8 +542,8 @@ function init_form_fields() {
'default' => 'no'
),
'disable_term' => array(
'title' => __('Skip Terms and Conditions', 'paypal-for-woocommerce'),
'label' => __('Enables the option to skip the Terms and Conditions.', 'paypal-for-woocommerce'),
'title' => __('Disable Terms and Conditions for Express Checkout', 'paypal-for-woocommerce'),
'label' => __('Enables the option to Disable Terms and Conditions for Express Checkout.', 'paypal-for-woocommerce'),
'description' => __('By default, users will be returned from PayPal and presented with a final review page which includes shipping and tax in the order details. Enable this option to eliminate this page in the checkout process.'),
'type' => 'checkbox',
'default' => 'no',
Expand Down

0 comments on commit c584819

Please sign in to comment.