auto-patch 638-dev-dev01-2024-05-14T20_44_36
This commit is contained in:
@@ -541,7 +541,9 @@ class WC_Frontend_Scripts {
|
||||
'checkout_url' => WC_AJAX::get_endpoint( 'checkout' ),
|
||||
'is_checkout' => is_checkout() && empty( $wp->query_vars['order-pay'] ) && ! isset( $wp->query_vars['order-received'] ) ? 1 : 0,
|
||||
'debug_mode' => Constants::is_true( 'WP_DEBUG' ),
|
||||
'i18n_checkout_error' => esc_attr__( 'Error processing checkout. Please try again.', 'woocommerce' ),
|
||||
/* translators: %s: Order history URL on My Account section */
|
||||
'i18n_checkout_error' => sprintf( esc_attr__( 'There was an error processing your order. Please check for any charges in your payment method and review your <a href="%s">order history</a> before placing the order again.', 'woocommerce' ), esc_url( wc_get_account_endpoint_url( 'orders' ) ) ),
|
||||
|
||||
);
|
||||
break;
|
||||
case 'wc-address-i18n':
|
||||
|
||||
Reference in New Issue
Block a user