Open
Conversation
…-ach-paymentMethod # Conflicts: # examples/nextjs/app/page.tsx # packages/localizations/src/deDe.ts # packages/localizations/src/enIe.ts # packages/localizations/src/enUs.ts # packages/localizations/src/esAr.ts # packages/localizations/src/esCl.ts # packages/localizations/src/esCo.ts # packages/localizations/src/esEs.ts # packages/localizations/src/esMx.ts # packages/localizations/src/esPe.ts # packages/localizations/src/esUs.ts # packages/localizations/src/frCa.ts # packages/localizations/src/frFr.ts # packages/localizations/src/idId.ts # packages/localizations/src/itIt.ts # packages/localizations/src/ptBr.ts # packages/localizations/src/qaPs.ts # packages/localizations/src/trTr.ts # packages/localizations/src/viVn.ts # packages/localizations/src/zhCn.ts # packages/localizations/src/zhSg.ts # packages/react/src/components/checkout/payment/lazy-payment-loader.tsx # packages/react/src/lib/godaddy/checkout-mutations.ts # packages/react/src/lib/godaddy/checkout-queries.ts
…-ach-paymentMethod # Conflicts: # packages/react/src/components/checkout/payment/checkout-buttons/express/godaddy.tsx
…-ach-paymentMethod # Conflicts: # packages/localizations/src/deDe.ts # packages/react/src/components/checkout/payment/lazy-payment-loader.tsx # packages/react/src/components/checkout/payment/utils/conditional-providers.tsx
…-ach-paymentMethod
🦋 Changeset detectedLatest commit: 01dc436 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
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.
Summary
Add ACH Payment Method, Tips in Totals, and Checkout Bug Fixes
Summary
Adds ACH (bank account) as a new payment method for GoDaddy Payments, includes tips in the displayed order total, rewrites the custom tip input for better multi-currency UX, and fixes several checkout
bugs.
Packages affected:
@godaddy/react(patch),@godaddy/localizations(patch)────────────────────────────────────────────────────────────────────────────────
🆕 ACH Payment Method
Adds full support for ACH (bank account) payments via GoDaddy Payments:
💰 Tips Included in Total
The displayed order total now includes the tip amount (total + tip) so customers see the true amount they'll be charged.
✏️ Custom Tip Input Rewrite
Replaced with a polished currency input using the "format on blur" pattern (same UX as Stripe, Square, Shopify):
🐛 Bug Fixes
same page
🌐 Localizations
Changeset
Test Plan