From 73ec9b5d0f50ad80c82dbb3151b8c2b08ae9db7b Mon Sep 17 00:00:00 2001 From: David Remer Date: Tue, 18 Aug 2020 13:58:39 +0300 Subject: [PATCH] add horizontal defaults to button layout --- modules.local/ppcp-wc-gateway/services.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules.local/ppcp-wc-gateway/services.php b/modules.local/ppcp-wc-gateway/services.php index 88f5bd367..e69186e7b 100644 --- a/modules.local/ppcp-wc-gateway/services.php +++ b/modules.local/ppcp-wc-gateway/services.php @@ -466,7 +466,7 @@ return [ 'title' => __('Button Layout', 'woocommerce-paypal-commerce-gateway'), 'type' => 'select', 'class' => ['wc-enhanced-select'], - 'default' => 'vertical', + 'default' => 'horizontal', 'desc_tip' => true, 'description' => __( 'If additional funding sources are available to the buyer through PayPal, such as Venmo, then multiple buttons are displayed in the space provided. Choose "vertical" for a dynamic list of alternative and local payment options, or "horizontal" when space is limited.', @@ -572,7 +572,7 @@ return [ 'title' => __('Button Layout', 'woocommerce-paypal-commerce-gateway'), 'type' => 'select', 'class' => ['wc-enhanced-select'], - 'default' => 'vertical', + 'default' => 'horizontal', 'desc_tip' => true, 'description' => __( 'If additional funding sources are available to the buyer through PayPal, such as Venmo, then multiple buttons are displayed in the space provided. Choose "vertical" for a dynamic list of alternative and local payment options, or "horizontal" when space is limited.', @@ -678,7 +678,7 @@ return [ 'title' => __('Button Layout', 'woocommerce-paypal-commerce-gateway'), 'type' => 'select', 'class' => ['wc-enhanced-select'], - 'default' => 'vertical', + 'default' => 'horizontal', 'desc_tip' => true, 'description' => __( 'If additional funding sources are available to the buyer through PayPal, such as Venmo, then multiple buttons are displayed in the space provided. Choose "vertical" for a dynamic list of alternative and local payment options, or "horizontal" when space is limited.',