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( return $insert_after(
$fields, $fields,
'smart_button_enable_styling_per_location', 'smart_button_locations',
array( array(
'blocks_final_review_enabled' => 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', 'type' => 'checkbox',
'label' => __( 'label' => __(
'Require customers to confirm Block Express payments on the Checkout page. 'Require customers to confirm express payments from the Block Cart and Block Express Checkout on the checkout page.
If disabled, the Checkout page is skipped for Block Express payments. <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>.
<p class="description">This can cause issues and poor UX if the server is not handling the requests fast enough.</p>', Skipping the final confirmation on the checkout page may impact the buyer experience during the PayPal payment process.</p>',
'woocommerce-paypal-payments' 'woocommerce-paypal-payments'
), ),
'default' => true, 'default' => true,