Skip to content

Conversation

@ymlu-stripe
Copy link
Contributor

This updates the type definition for the onTaxCodeSelect prop, based on the approved API Review addendum.

Copy link
Contributor

@jorgea-stripe jorgea-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, but can you make sure we run LINT?

initialTaxCode
}: {
onTaxCodeSelect?: (taxCode: string) => void;
onTaxCodeSelect?: (taxCode: string, { analyticsName }: { analyticsName: 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.

Does this need LINT?

Copy link
Contributor

Choose a reason for hiding this comment

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

Can you make sure to run locally before merge?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Certainly! I've run yarn run lint locally to verify there's no change

@ymlu-stripe ymlu-stripe merged commit 58d2954 into preview Aug 27, 2025
2 checks passed
@ymlu-stripe ymlu-stripe deleted the ymlu/update-ptc-selector branch August 27, 2025 16:21
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