Version Packages - #1481
Merged
Merged
Version Packages#1481
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 21, 2026 19:06
a3bc71c to
731bd92
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@godaddy/localizations@1.0.14
Patch Changes
apiErrorstranslations to every locale@godaddy/react@1.0.58
Patch Changes
dff57f0: Support tips in unified checkout
Adds the
tipssession config surface (defaultand threshold-basedamounts/percentagespresets) alongsideenableTips, 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
Buttonacursor-pointer, so buttons rendered as<button>show a pointer cursor on hover instead of the browser default.a869359: Allow GoDaddy payment forms and wallets to load without an application ID. Continue passing configured application IDs and session overrides to Collect when supplied. Only load the Collect SDK when the session has a configured GoDaddy payment method.
Updated dependencies [dff57f0]