mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
add onboarding field to settings
This commit is contained in:
parent
cbba3e39c1
commit
9563d60427
1 changed files with 7 additions and 0 deletions
|
@ -126,6 +126,13 @@ return [
|
|||
'reset'
|
||||
);
|
||||
return [
|
||||
'ppcp_onboarding' => [
|
||||
'title' => __('Connect to PayPal', 'woocommerce-paypal-gateway'),
|
||||
'type' => 'ppcp_onboarding',
|
||||
'screens' => [
|
||||
State::STATE_PROGRESSIVE,
|
||||
],
|
||||
],
|
||||
'sandbox_on' => [
|
||||
'title' => __('Sandbox', 'woocommerce-paypal-gateway'),
|
||||
'type' => 'checkbox',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue