Back
Interior AI
Load previous page…
tell customer who is generating a lot of images to buy enterprise plan for $3000/mo
#interiorai
show message to paid user who is generating 2000 images in a day maybe automated
#interiorai
make script to get all Stripe events (webhooks) and re-run them after it didn’t work for 5 days
#interiorai
refund 107 payments
#interiorai because Stripe webhook bug didn’t give them an account and no idea how to fix this
fix
#interiorai Stripe webhooks by converting JSON payload to event object with (object)
rerun
#interiorai webhooks because I thought I fixed it yesterday but the $event->type variable was NULL because I misplaced the code but now works
fix
#interiorai Stripe webhook randomly failing on constructEvent by removing payload validation and instead using a secret key
shut down new signups because Stripe webhooks failing for new payments since 10AM UTC today
#interiorai