#joonas.el
1 messages · Page 1 of 1 (latest)
You're using stripe trigger command?
Yes, stripe trigger checkout.session.completed
You should be able to use override then: https://docs.stripe.com/cli/trigger#trigger-override
I'll test this. Is my current approach using the client_reference_id good, or should I consider different approach? The data I need back from webhook is a custom identifier (guid) of an entity in my app.
I can confirm the --override flag is working. Thanks.
Thanks a lot.