mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
remove description from dcc settings as no description is shown in the frontend.
This commit is contained in:
parent
084eb2a908
commit
22c7e3975f
1 changed files with 0 additions and 20 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue