From 8415fcc9592fc3ed1229f86fefa0314f25206c3d Mon Sep 17 00:00:00 2001 From: Brian Henry Date: Fri, 10 Feb 2023 20:29:04 -0800 Subject: [PATCH] Use single-line text input for gateway description --- src/woocommerce/class-bitcoin-gateway.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/woocommerce/class-bitcoin-gateway.php b/src/woocommerce/class-bitcoin-gateway.php index d7bd691..58a5738 100644 --- a/src/woocommerce/class-bitcoin-gateway.php +++ b/src/woocommerce/class-bitcoin-gateway.php @@ -159,7 +159,7 @@ public function init_form_fields() { 'description' => array( 'title' => __( 'Description', 'bh-wc-bitcoin-gateway' ), - 'type' => 'textarea', + 'type' => 'text', 'description' => __( 'Text the customer will see when the gateway is chosen at checkout.', 'bh-wc-bitcoin-gateway' ), 'default' => __( 'Pay quickly and easily with Bitcoin', 'bh-wc-bitcoin-gateway' ), 'desc_tip' => false,