mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
resolve merge conflict
This commit is contained in:
commit
16ad8c9cd1
3 changed files with 31 additions and 6 deletions
|
@ -266,6 +266,17 @@ return array(
|
|||
'requirements' => array(),
|
||||
'gateway' => 'paypal',
|
||||
),
|
||||
|
||||
'checkout_settings_heading' => array(
|
||||
'heading' => __( 'PayPal Checkout Plugin Settings', 'paypal-payments-for-woocommerce' ),
|
||||
'type' => 'ppcp-heading',
|
||||
'screens' => array(
|
||||
State::STATE_PROGRESSIVE,
|
||||
State::STATE_ONBOARDED,
|
||||
),
|
||||
'requirements' => array(),
|
||||
'gateway' => 'paypal',
|
||||
),
|
||||
'title' => array(
|
||||
'title' => __( 'Title', 'paypal-payments-for-woocommerce' ),
|
||||
'type' => 'text',
|
||||
|
@ -481,7 +492,7 @@ return array(
|
|||
'gateway' => 'paypal',
|
||||
),
|
||||
'prefix' => array(
|
||||
'title' => __( 'Installation prefix', 'paypal-payments-for-woocommerce' ),
|
||||
'title' => __( 'Invoice prefix', 'paypal-payments-for-woocommerce' ),
|
||||
'type' => 'text',
|
||||
'desc_tip' => true,
|
||||
'description' => __( 'If you use your PayPal account with more than one installation, please use a distinct prefix to seperate those installations. Please do not use numbers in your prefix.', 'paypal-payments-for-woocommerce' ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue