diff --git a/modules/ppcp-wc-gateway/services.php b/modules/ppcp-wc-gateway/services.php index d114c560e..f072e347c 100644 --- a/modules/ppcp-wc-gateway/services.php +++ b/modules/ppcp-wc-gateway/services.php @@ -761,7 +761,7 @@ return array( 'type' => 'select', 'class' => array(), 'input_class' => array( 'wc-enhanced-select' ), - 'default' => 'paypal', + 'default' => apply_filters( 'woocommerce_paypal_payments_button_label_default', 'paypal' ), 'desc_tip' => true, 'description' => __( 'This controls the label on the primary button.', @@ -1063,7 +1063,7 @@ return array( 'type' => 'select', 'class' => array(), 'input_class' => array( 'wc-enhanced-select' ), - 'default' => 'paypal', + 'default' => apply_filters( 'woocommerce_paypal_payments_button_product_label_default', 'paypal' ), 'desc_tip' => true, 'description' => __( 'This controls the label on the primary button.', @@ -1366,7 +1366,7 @@ return array( 'type' => 'select', 'class' => array(), 'input_class' => array( 'wc-enhanced-select' ), - 'default' => 'paypal', + 'default' => apply_filters( 'woocommerce_paypal_payments_button_cart_label_default', 'paypal' ), 'desc_tip' => true, 'description' => __( 'This controls the label on the primary button.', @@ -1669,7 +1669,7 @@ return array( 'type' => 'select', 'class' => array(), 'input_class' => array( 'wc-enhanced-select' ), - 'default' => 'paypal', + 'default' => apply_filters( 'woocommerce_paypal_payments_button_mini_cart_label_default', 'paypal' ), 'desc_tip' => true, 'description' => __( 'This controls the label on the primary button.',