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
onAccountUpdatedis 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:
We need to fix it in the integration package so it's not required to pass that option.
From SyncLinear.com | TRI-1178