remove description from dcc settings as no description is shown in the frontend.

This commit is contained in:
David Remer 2020-09-14 15:07:48 +03:00
parent 084eb2a908
commit 22c7e3975f

View file

@ -337,26 +337,6 @@ return array(
'requirements' => array(),
'gateway' => 'paypal',
),
'dcc_gateway_description' => array(
'title' => __( 'Description', 'paypal-payments-for-woocommerce' ),
'type' => 'text',
'desc_tip' => true,
'description' => __(
'This controls the description which the user sees during checkout.',
'paypal-payments-for-woocommerce'
),
'default' => __(
'Pay with your credit card.',
'paypal-payments-for-woocommerce'
),
'screens' => array(
State::STATE_ONBOARDED,
),
'requirements' => array(
'dcc',
),
'gateway' => 'dcc',
),
'intent' => array(
'title' => __( 'Intent', 'paypal-payments-for-woocommerce' ),
'type' => 'select',