show buttons on start screen

This commit is contained in:
David Remer 2020-09-24 09:50:06 +03:00
parent 7fd2712aa4
commit 920b428ac7

View file

@ -180,7 +180,7 @@ return array(
'title' => __( 'Connect to PayPal', 'paypal-payments-for-woocommerce' ), 'title' => __( 'Connect to PayPal', 'paypal-payments-for-woocommerce' ),
'type' => 'ppcp_onboarding', 'type' => 'ppcp_onboarding',
'screens' => array( 'screens' => array(
State::STATE_PROGRESSIVE, State::STATE_START,
), ),
'requirements' => array(), 'requirements' => array(),
'gateway' => 'paypal', 'gateway' => 'paypal',