Back
Nomads.com
Load previous page…
fix when impersonating user in /settings it would save the $user object to $_SESSION[‘impersonated_user’] but then if something would change on user (for ex change delinquent=1 to delinquent=NULL) it wouldn’t show up because the user object wasn’t pulled from db on page load but taken from the $_SESSION[‘impersonated_user’] saved the moment admin started impersonating user, so it’d never update
#nomads
fix free lifetime gift robot to end subscription [cancel_at_period_end=false] because before we’d 1) give a free lifetime membership, 2) Stripe would end the subscription after the remaining days, 3) then Stripe would send us a webhook which set the account as canceled
#nomads