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

Capital financing promotion config update #158

Merged
merged 5 commits into from
Sep 13, 2024

Conversation

ismacias-stripe
Copy link

@ismacias-stripe ismacias-stripe changed the base branch from master to beta September 12, 2024 21:06
types/config.ts Outdated
@@ -163,6 +167,12 @@ export const ConnectElementCustomMethodConfig = {
setOnApplicationSubmitted: (_listener: (() => void) | undefined): void => {}
},
"capital-financing-promotion": {
setOnApplicationSubmitted: (_listener: (() => void) | undefined): void => {}
setLayout: (_layout: "full" | "banner" | undefined): void => {},
Copy link
Contributor

Choose a reason for hiding this comment

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

I recommend defining the FinancingLayoutType similar to how you defined FinancingProductType, so it can be shared with the react repo

Choose a reason for hiding this comment

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

@jorgea-stripe updated! (Although I called it FinancingPromotionLayoutType - happy to update to FinancingLayoutType if you have strong opinions)

@bv-stripe bv-stripe merged commit 14976ae into beta Sep 13, 2024
2 checks passed
@bv-stripe bv-stripe deleted the capital-financing-promotion-config-update branch September 13, 2024 15:14
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