Merge remote-tracking branch 'origin/trunk' into dev/32131-ui-changes-additional-payment-section

This commit is contained in:
Ilyas Foo 2022-04-11 16:38:51 +08:00
commit 9906b2126e
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
<!-- Configs -->
<config name="minimum_supported_wp_version" value="5.2" />
<config name="testVersion" value="7.0-" />
<config name="testVersion" value="7.2-" />
<!-- Rules -->
<rule ref="WooCommerce-Core" />

View File

@ -347,7 +347,7 @@ class WC_Form_Handler {
do_action( 'woocommerce_save_account_details', $user->ID );
wp_safe_redirect( wc_get_page_permalink( 'myaccount' ) );
wp_safe_redirect( wc_get_endpoint_url( 'edit-account', '', wc_get_page_permalink( 'myaccount' ) ) );
exit;
}
}