I am connected to stripe, but the revenue figures are not showing up. anyone else have this issue?
Ariel Fogel•
Can you say more? Is this related to what I posted in https://jumpstartrails.com/discussions/346? I'm not seeing charges or plans filter into my admin dashboard, I suspect it's due to changes in the Stripe API.
Chris Oliver•
Make sure you're running the Stripe CLI in dev so you can receive the webhooks and sync charges to your DB.
Production will also require your webhooks to be configured.
Ariel Fogel•
great, thanks!
Bryan Stewart•
Hey Chris. I installed Stripe CLI on my dev machine, got it all hooked up. Ran the command to get the stripe signing secret, then i added an ENV with the secret to the app in Hatchbox. Was there something else I needed to do?
Borja Soler•
I am having the same problem here, did you solve it?
Bryan Stewart•
not yet, still broken in my app ill review the docs again to see what i missed