feat: Add ComponentsBillingAddressBridge for RN interop (ACC-7169)#1727
Merged
OnurVar merged 1 commit intobn/feature/checkout-componentsfrom May 4, 2026
Merged
Conversation
Contributor
Generated by 🚫 Danger Swift against 9a87e5e |
|
Contributor
|
Appetize link: https://appetize.io/app/ducvhaozfjhqzi6r4746my3sz4 |
This was referenced May 2, 2026
nquinn-primer
approved these changes
May 4, 2026
ea67c1b
into
bn/feature/checkout-components
11 of 13 checks passed
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.



Description
ACC-7169
Adds
ComponentsBillingAddressBridgeunder@_spi(PrimerInternal)so the React Native SDK can dispatch a billing-address client-session action without a public master API. Wraps the existing internalClientSessionActionsModule.updateBillingAddressViaClientSessionActionWithAddressIfNeededand validates that the address has at least one non-empty field with a validCountryCode.Mirrors the precedent set by
ComponentsAnalyticsLoggingBridge(#1668).This supersedes the public
RawDataManager.setBillingAddressAPI merged in #1707, which will be reverted in a follow-up PR after M2 and M3 of the bridge migration land.Manual Testing
End-to-end verified via the RN example app (primer-io/primer-sdk-react-native#351) on iOS simulator: dispatched a hardcoded
PrimerAddressthrough the bridge;onClientSessionUpdateconfirmed the server echoed back the new address.7/7 unit tests pass:
Tests/Primer/CheckoutComponents/Bridge/ComponentsBillingAddressBridgeTests.Contributor Checklist
Reviewer Checklist
Before Merging