Skip to content
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

add recipients component to connect-js #179

Merged
merged 4 commits into from
Oct 8, 2024
Merged

Conversation

kostas-stripe
Copy link

@kostas-stripe kostas-stripe commented Oct 8, 2024

Adds new recipients component to connect-js

@kostas-stripe kostas-stripe changed the title changes add recipients component to connect-js Oct 8, 2024
types/config.ts Outdated
@@ -147,6 +147,9 @@ export const ConnectElementCustomMethodConfig = {
"financial-account-transactions": {
setFinancialAccount: (_financialAccount: string): void => {}
},
recipients: {
setDataSource: (_dataSource: 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.

Can we make this a strong type?

Copy link
Contributor

Choose a reason for hiding this comment

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

And also export this type, similar to other exported types in this file (so it can be reused in the react SDK)

Copy link
Author

Choose a reason for hiding this comment

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

updated

@kostas-stripe kostas-stripe requested review from jorgea-stripe and jojo-stripe and removed request for hliana-stripe October 8, 2024 19:35
@kostas-stripe kostas-stripe requested review from jorgea-stripe and removed request for jorgea-stripe October 8, 2024 20:00
@kostas-stripe kostas-stripe merged commit a960402 into preview Oct 8, 2024
2 checks passed
@kostas-stripe kostas-stripe deleted the kostas-add-recipients branch October 8, 2024 20:18
jorgea-stripe added a commit that referenced this pull request Oct 9, 2024
jorgea-stripe added a commit that referenced this pull request Oct 9, 2024
kostas-stripe added a commit that referenced this pull request Oct 9, 2024
kostas-stripe added a commit that referenced this pull request Oct 9, 2024
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