fix auto bump after update card does not work because it uses Stripe’s payment_intent_id, but after updating card we only get a setup_intent_id which cannot be used to charge, we then need to charge the Stripe customer object like in the past (???) #remoteok
fix discount not working on /pay-later link because it checked for $_GET[‘discount_code’] but the code was sent via POST and already put in $discount var by other init code #remoteok
fix bug that kept some jobs open that should be closed because auto_bump=0 did not catch =NULL values so now we do (auto_bump IS 0 OR auto_bump IS NULL) #remoteok autoCloseJobs.php