Skip to content

Add the Product Tax Code (PTC) Selector component #146

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 5, 2025

Conversation

ymlu-stripe
Copy link

This adds the Product Tax Code (PTC) Selector component to the preview branch.

Copy link
Contributor

@kevinpeters-stripe kevinpeters-stripe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, one nit. But let the connect team approve please.

disabled,
initialTaxCode
}: {
onTaxCodeSelect?: ({taxCode}: {taxCode: string}) => void;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit:

Suggested change
onTaxCodeSelect?: ({taxCode}: {taxCode: string}) => void;
onTaxCodeSelect?: ({taxCodeId}: {taxCodeId: string}) => void;

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Technically, only taxCode was approved internally!

@torrance-stripe torrance-stripe merged commit 9de94d0 into preview Feb 5, 2025
2 checks passed
@torrance-stripe torrance-stripe deleted the ymlu/TAXCONNECT-1137 branch February 5, 2025 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants