Changeset 3287 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments-network/includes/sponsor-invoices-dashboard.php
- Timestamp:
- 06/01/2016 07:25:41 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments-network/includes/sponsor-invoices-dashboard.php
r3120 r3287 2 2 3 3 namespace WordCamp\Budgets_Dashboard\Sponsor_Invoices; 4 use \WordCamp\Logger; 4 5 5 6 defined( 'WPINC' ) or die(); … … 218 219 219 220 $quickbooks_result = \WordCamp_QBO_Client::send_invoice_to_quickbooks( $invoice_id ); 221 Logger\log( 'send_invoice', compact( 'invoice_id', 'quickbooks_result' ) ); 220 222 221 223 if ( is_int( $quickbooks_result ) ) { … … 333 335 $status_message = "has been sent to $sponsor_name via $sponsor_email. You will receive another notification when they have paid the invoice."; 334 336 $invoice_filename = \WordCamp_QBO_Client::get_invoice_filename( $qbo_invoice_id ); 337 338 Logger\log( 'get_invoice_filename', compact( 'qbo_invoice_id', 'invoice_filename' ) ); 335 339 336 340 if ( ! is_wp_error( $invoice_filename ) ) {
Note: See TracChangeset
for help on using the changeset viewer.