solidus_stripe icon indicating copy to clipboard operation
solidus_stripe copied to clipboard

handle events from different environment

Open loicginoux opened this issue 1 year ago • 1 comments

Desired Behavior

it seems like stripe events can "leak" between environment. A test event can appear in production webhooks. a check must be done on the event payload via the attribute live_mode to ensure it received and should be handle by the current application or not. I'll add a stripe documentation source when I find it.

loicginoux avatar Feb 23 '23 15:02 loicginoux