Making WordPress.org

Changeset 3114


Ignore:
Timestamp:
05/10/2016 09:02:12 PM (9 years ago)
Author:
iandunn
Message:

WordCamp QBO: Automatically send invoices once they've been approved.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-qbo/wordcamp-qbo.php

    r3113 r3114  
    312312        }
    313313
    314         /*
    315          * @todo Sending invoices automatically is initially disabled so we can manually review them for accuracy
    316314        $invoice_sent = self::send_invoice( $invoice_id );
    317315
     
    319317            self::notify_invoice_failed_to_send( $invoice_id, $invoice_sent );
    320318        }
    321         */
    322319
    323320        return $invoice_id;
Note: See TracChangeset for help on using the changeset viewer.