SteelSignature Posted September 9, 2019 Share Posted September 9, 2019 I'd like Billable Items to generate invoices and attempt payment capture for said invoices regularly throughout the day. Currently, invoices sit for up to 24 hours. If I use the following cron, will invoices generate only for due items and be billed once, i.e. do I need any additional jobs to run or will invoices automatically be marked as paid correctly? */15 * * * * php -q /path/to/cron.php do --CreateInvoices --ProcessCreditCardPayments And can someone explain why default behavior is only to invoice and bill once daily? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.