Back
Remote OK
Load previous page…
fix discount code is a hash set by week, but the job was created yesterday and now it’s Monday so new week, so their pay later discount code doesn’t work, fix by also checking for last week’s discount code (date(‘W’)-1) #remoteok
add salary to job post emails (thx @AndreyAzimov for tip) #remoteok
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