We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db075f commit 99fe101Copy full SHA for 99fe101
changelog.txt
@@ -1,5 +1,8 @@
1
*** WooCommerce Services Changelog ***
2
3
+= 1.24.4 - 2020-XX-XX =
4
+* Fix - UPS connect redirect prompt
5
+
6
= 1.24.3 - 2020-XX-XX =
7
* Fix - Asset paths incompatible with some hosts.
8
* Fix - Select all posts checkbox not working.
client/extensions/woocommerce/woocommerce-services/views/carrier-accounts/settings.js
@@ -56,6 +56,7 @@ export const CarrierAccountSettings = ( props ) => {
56
if ( isConnectionSuccess ) {
57
const url = new URL( window.location.href );
58
url.searchParams.delete( 'carrier' );
59
+ window.onbeforeunload = null;
60
window.location.href = url.href;
61
}
62
0 commit comments