astriaai / headshots-starter

https://headshots-starter.vercel.app
MIT License
3.56k stars 575 forks source link

client_reference_id is null in stripe webhook #74

Closed paulcull closed 9 months ago

paulcull commented 9 months ago

Hi - I've got this running, but adding credits through stripe the webhook callback is missing the client_reference_id, hence raising an error. Any suggestions ?

Marfuen commented 9 months ago

Hey, yes you have to pass this in the stripe pricing table component as another prop

paulcull commented 9 months ago

thanks- sorted