mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 17:51:41 +08:00
Replace no final review alert with description
This commit is contained in:
parent
9d638a57e3
commit
47d6933288
2 changed files with 6 additions and 13 deletions
|
@ -44,7 +44,12 @@ return array(
|
|||
'blocks_final_review_enabled' => array(
|
||||
'title' => __( 'Block Express payments Final Review', 'woocommerce-paypal-payments' ),
|
||||
'type' => 'checkbox',
|
||||
'label' => __( 'Require customers to confirm Block Express payments on the Checkout page. If disabled, the Checkout page is skipped for Block Express payments.', 'woocommerce-paypal-payments' ),
|
||||
'label' => __(
|
||||
'Require customers to confirm Block Express payments on the Checkout page.
|
||||
If disabled, the Checkout page is skipped for Block Express payments.
|
||||
<p class="description">This can cause issues and poor UX if the server is not handling the requests fast enough.</p>',
|
||||
'woocommerce-paypal-payments'
|
||||
),
|
||||
'default' => true,
|
||||
'screens' => array( State::STATE_START, State::STATE_ONBOARDED ),
|
||||
'requirements' => array(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue