Update final review checkbox

This commit is contained in:
Alex P 2023-05-08 15:04:25 +03:00
parent 0816495226
commit 703bedf810
No known key found for this signature in database
GPG key ID: 54487A734A204D71

View file

@ -39,15 +39,15 @@ return array(
return $insert_after(
$fields,
'smart_button_enable_styling_per_location',
'smart_button_locations',
array(
'blocks_final_review_enabled' => array(
'title' => __( 'Block Express payments Final Review', 'woocommerce-paypal-payments' ),
'title' => __( 'Require final confirmation on checkout', '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.
<p class="description">This can cause issues and poor UX if the server is not handling the requests fast enough.</p>',
'Require customers to confirm express payments from the Block Cart and Block Express Checkout on the checkout page.
<p class="description">If this setting is not enabled, <a href="https://woocommerce.com/document/woocommerce-paypal-payments/#blocks-faq" target="_blank">payment confirmation on the checkout will be skipped</a>.
Skipping the final confirmation on the checkout page may impact the buyer experience during the PayPal payment process.</p>',
'woocommerce-paypal-payments'
),
'default' => true,