mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 14:57:26 +08:00
add heading for checkout settings
This commit is contained in:
parent
de28575d59
commit
b01f03663e
1 changed files with 11 additions and 0 deletions
|
@ -287,6 +287,17 @@ return array(
|
||||||
'requirements' => array(),
|
'requirements' => array(),
|
||||||
'gateway' => 'paypal',
|
'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' => array(
|
||||||
'title' => __( 'Title', 'paypal-payments-for-woocommerce' ),
|
'title' => __( 'Title', 'paypal-payments-for-woocommerce' ),
|
||||||
'type' => 'text',
|
'type' => 'text',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue