Back
Remote OK
Load previous page…
add new Stripe API feature 'pending_invoice_items_behavior'=>'include' to #remoteok so that auto bump jobs are charged properly in invoices instead of charges as $0 because Stripe made some new absolutely mind boggling API change that makes no sense and results in $0 invoices charged with succesfully paid webhooks sent
fix #remoteok #applicantai integration, Ruby apparently sends JSON arrays inside a nested array so you have to do $result[0]['job_url'] instead of the highly logical $result['job_url'] like ANY other coding language in the entire world