Skip to content

Commit 1602dc2

Browse files
authored
Force page reload after enabling the new checkout using the promotial banner CTA (#4069)
1 parent 5d12672 commit 1602dc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/settings/payment-settings/promotional-banner-section.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ const PromotionalBannerSection = ( {
9999
'woocommerce-gateway-stripe'
100100
)
101101
);
102+
103+
window.location.reload();
102104
} catch ( err ) {
103105
createErrorNotice(
104106
__(

0 commit comments

Comments
 (0)