From 837ba582308810635d770c0def4c250063ddb750 Mon Sep 17 00:00:00 2001 From: kcppdevelopers Date: Thu, 22 Feb 2018 11:02:03 +0530 Subject: [PATCH] Express Checkout - JSv4, ref #997 --- classes/wc-gateway-paypal-express-angelleye.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/classes/wc-gateway-paypal-express-angelleye.php b/classes/wc-gateway-paypal-express-angelleye.php index bacd070ca..05f50de82 100644 --- a/classes/wc-gateway-paypal-express-angelleye.php +++ b/classes/wc-gateway-paypal-express-angelleye.php @@ -854,7 +854,7 @@ public function init_form_fields() { 'title' => __('Show the specified funding method', 'paypal-for-woocommerce'), 'type' => 'multiselect', 'class' => 'wc-enhanced-select in_context_checkout_part', - 'description' => __('Multiple funding sources (CREDIT | CARD | ELV).', 'paypal-for-woocommerce'), + 'description' => __('Multiple funding sources (CREDIT | CARD | ELV | Venmo).', 'paypal-for-woocommerce'), 'default' => 'medium', 'desc_tip' => true, 'options' => array( @@ -868,7 +868,7 @@ public function init_form_fields() { 'title' => __('Button Layout', 'paypal-for-woocommerce'), 'type' => 'select', 'class' => 'wc-enhanced-select in_context_checkout_part', - 'description' => __('Type of PayPal Button Layout (pill | rect).', 'paypal-for-woocommerce'), + 'description' => __('Type of PayPal Button Layout (horizontal | vertical).', 'paypal-for-woocommerce'), 'default' => 'horizontal', 'desc_tip' => true, 'options' => array( @@ -881,7 +881,7 @@ public function init_form_fields() { 'type' => 'select', 'class' => 'wc-enhanced-select in_context_checkout_part', 'description' => __('Type of PayPal Button Size (small | medium | large | responsive).', 'paypal-for-woocommerce'), - 'default' => 'medium', + 'default' => 'small', 'desc_tip' => true, 'options' => array( 'small' => __('Small', 'paypal-for-woocommerce'),