Skip to content

[TRI-1178] stripe.onAccountUpdated only works if you pass { connect: true } #424

@matt-aitken

Description

@matt-aitken

onAccountUpdated is a Stripe Connect event, and only works when that's specified. We need to update our code so the default is true for connect.

If you're encountering this issue, you can fix it by doing this:

stripe.onAccountUpdated({ connect: true })

We need to fix it in the integration package so it's not required to pass that option.

From SyncLinear.com | TRI-1178

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions