feat: add PrimerBillingAddressForm and form-state providers (ACC-6921)#355
Draft
OnurVar wants to merge 1 commit intoov/feat/ACC-6916-set-billing-addressfrom
Draft
feat: add PrimerBillingAddressForm and form-state providers (ACC-6921)#355OnurVar wants to merge 1 commit intoov/feat/ACC-6916-set-billing-addressfrom
OnurVar wants to merge 1 commit intoov/feat/ACC-6916-set-billing-addressfrom
Conversation
2138a60 to
778c8cf
Compare
fe52337 to
2b93479
Compare
778c8cf to
9af58ca
Compare
2b93479 to
e495b25
Compare
9af58ca to
28a874a
Compare
e495b25 to
d3e4c8b
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.
Summary
PrimerBillingAddressForm— controlled public component with country row + first/last name + address1/2 + postal/city + state fields.useBillingAddressFormhook backed by aBillingAddressFormStateProviderso form state survives nav transitions.useCardFormto read from a matchingCardFormStateProvider(same lifecycle reason).setBillingAddressonPrimerCheckoutContextValue; the form debounces writes through it.CardFormScreen: card form → divider → billing section → shared Pay.Out of scope (follow-ups)
checkoutModules— ACC-7224 (iOS bridge) + ACC-7225 (Android bridge) first.Jira
https://primerapi.atlassian.net/browse/ACC-6921
Test plan