Back
Interior AI
Load previous page…
move
#interiorai R2 to new US West bucket to speed up cause it's near Replicate and our VPS
catch iOS webhooks if user cancels (AUTO_RENEW_DISABLED) or cancels their cancellation (AUTO_RENEW_ENABLED)
#interiorai
make code to work with both Stripe and iOS cancel webhooks, Stripe sends webhook at period end cancel while iOS sends it when the plan cancels now, so use epoch_will_cancel_at to check if plan is still active, then add monthly credits for the yearly plan
#interiorai
lowercase the iOS app acount token because Apple sends it as UPPERCASE on sign up but as LOWERCASE on payment webhook
#interiorai
give everyone 100 free credits because DB lost last 12h of designs
#interiorai
accidentally delete the
#interiorai v1 entire database of designs generated and then @daniellockyer saves it back from the backup from last night
enable all payment methods in Stripe for
#interiorai so we can make more money
make iOS
#interiorai login page send the app_account_token via AJAX so we save it to users.db to add credits from Apple webhook later