Changeset 3114
- Timestamp:
- 05/10/2016 09:02:12 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-qbo/wordcamp-qbo.php
r3113 r3114 312 312 } 313 313 314 /*315 * @todo Sending invoices automatically is initially disabled so we can manually review them for accuracy316 314 $invoice_sent = self::send_invoice( $invoice_id ); 317 315 … … 319 317 self::notify_invoice_failed_to_send( $invoice_id, $invoice_sent ); 320 318 } 321 */322 319 323 320 return $invoice_id;
Note: See TracChangeset
for help on using the changeset viewer.