mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
introduce installation prefix
This commit is contained in:
parent
6a4b406568
commit
8f39b71e7f
9 changed files with 84 additions and 14 deletions
|
@ -529,6 +529,19 @@ return [
|
|||
],
|
||||
'requirements' => [],
|
||||
],
|
||||
'prefix' => [
|
||||
'title' => __('Installation prefix', 'woocommerce-paypal-commerce-gateway'),
|
||||
'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.', 'woocommerce-paypal-commerce-gateway'),
|
||||
'default' => 'WC-',
|
||||
'screens' => [
|
||||
State::STATE_START,
|
||||
State::STATE_PROGRESSIVE,
|
||||
State::STATE_ONBOARDED,
|
||||
],
|
||||
'requirements' => [],
|
||||
],
|
||||
];
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue