From 731bd92166ed54337686495ff6fe739ebb0e2337 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 19:06:26 +0000 Subject: [PATCH] Version Packages --- .changeset/fruity-dots-jog.md | 15 --------------- .changeset/quiet-cards-load.md | 5 ----- .changeset/tip-api-error-translations.md | 5 ----- packages/localizations/CHANGELOG.md | 6 ++++++ packages/localizations/package.json | 2 +- packages/react/CHANGELOG.md | 19 +++++++++++++++++++ packages/react/package.json | 2 +- 7 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 .changeset/fruity-dots-jog.md delete mode 100644 .changeset/quiet-cards-load.md delete mode 100644 .changeset/tip-api-error-translations.md diff --git a/.changeset/fruity-dots-jog.md b/.changeset/fruity-dots-jog.md deleted file mode 100644 index 4f3a1d8e..00000000 --- a/.changeset/fruity-dots-jog.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -"@godaddy/react": patch ---- - -Support tips in unified checkout - -Adds the `tips` session config surface (`default` and threshold-based `amounts`/`percentages` presets) alongside `enableTips`, and includes the selected tip in wallet sheet totals and the authorized/confirmed amount. - -For redirect gateways (CCAvenue), the authorized tip is persisted across the redirect so the confirmation on the return leg records the tip the customer was actually charged. Checkout refuses to redirect when a non-zero tip cannot be persisted, rather than sending the customer to pay a tip the order would not include. - -Express checkout stays tip-free: its wallet sheets open on the item subtotal and add the shipping and taxes they calculate in their own event flows, and its confirmation records no tip. - -Presets worth more than the order total are not offered, and a selection a later discount puts out of reach is cleared. Percentages are a proportion of the item subtotal while the API bounds the tip by the order total, so on a discounted order a preset could be picked and then rejected at Pay; the option is now withheld instead. "No tip" and "Custom amount" are always available, and a custom amount is still left for the API to rule on. - -Also gives every `Button` a `cursor-pointer`, so buttons rendered as `