fix Uptimerobot alerts didn’t send to Telegram sometimes because their API has pagination limit of 50 now so we need to paginate through cause we have 92 alerts #remoteok
redirect customer to job post edit page with invoice list in case of mismatching Stripe Checkout Session ID in /invoice URL due to old invoice URLs when we used that #remoteok
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