We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8edf31 commit 79d3dabCopy full SHA for 79d3dab
2 files changed
.changeset/moody-snakes-stand.md
@@ -0,0 +1,5 @@
1
+---
2
+"@godaddy/react": patch
3
4
+
5
+Reset express wallet taxes and adjustments on close
packages/react/src/components/checkout/payment/checkout-buttons/express/godaddy.tsx
@@ -511,6 +511,8 @@ export function ExpressCheckoutButton() {
511
// Reset coupon fetch status to trigger a re-fetch on next open
512
setCouponFetchStatus('idle');
513
setAppliedCouponCode(null);
514
+ setCalculatedAdjustments(null);
515
+ setCalculatedTaxes(null);
516
517
// Clear any error messages
518
setError('');
0 commit comments