-
Notifications
You must be signed in to change notification settings - Fork 357
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
Stripe.Webhook fails to process message for "financial_connections.account.created" #817
Comments
Seems like it may be addressed by #792 |
This issue has been automatically marked as "stale:discard". If this issue still relevant, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment. |
bump |
This issue has been automatically marked as "stale:discard". If this issue still relevant, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment. |
@tmaszk are you still facing this issue? |
Package Version
3.0.0
Are you using the latest version?
Steps to Reproduce
I haven't spent a lot of time analyzing it, but I think the problem is
Stripe.Webhook.convert_stripe_object/1
converting the incoming object"financial_connections.accout"
into the moduleFinancialConnections.account
where is should beFinancialConnections.Account
gist of the code for step 1:
Expected Result
expected
Stripe.WebhookHandler
to successfully parse message for "financial_connections.accout"Actual Result
Using the stripe cli, received the following messages (sensitive info omitted)
In the terminal, elixir logged the error and trace:
The text was updated successfully, but these errors were encountered: