Merge pull request #11632 from nathanielks/patch-1

Update class-wc-form-handler.php
This commit is contained in:
Mike Jolley 2016-08-08 12:16:19 +01:00 committed by GitHub
commit 48f52af35d
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ class WC_Form_Handler {
do_action( 'woocommerce_customer_save_address', $user_id, $load_address );
wp_safe_redirect( wc_get_page_permalink( 'myaccount' ) );
wp_safe_redirect( wc_get_endpoint_url( 'edit-address', '', wc_get_page_permalink( 'myaccount' ) ) );
exit;
}
}