add onboarding field to settings

This commit is contained in:
David Remer 2020-07-02 13:10:53 +03:00
parent cbba3e39c1
commit 9563d60427

View file

@ -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',