Skip to content

Commit

Permalink
Express Checkout - JSv4, ref #997
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed Feb 22, 2018
1 parent 5ba7906 commit 837ba58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions classes/wc-gateway-paypal-express-angelleye.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -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(
Expand All @@ -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'),
Expand Down

0 comments on commit 837ba58

Please sign in to comment.