Making WordPress.org


Ignore:
Timestamp:
02/04/2019 05:39:20 PM (7 years ago)
Author:
vedjain
Message:

WordCamp Payment: Send reminder mails to organizer about pending invoices.

Sometimes a sponsor invoice can be in pending state for too long, in which case either organizers need to cancel the invoice or they need to nudge the sponsors to pay them. This patch sends a reminder mail to organizer about an invoice that has been pending for too long. After 60 days of being sent, or after 60 days of WordCamp start date, we will send a mail to WordCamp support notfying them about the invoice.

File:
1 edited

Legend:

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

    r7291 r8194  
    1616    require_once( __DIR__ . '/includes/wordcamp-budgets.php' );
    1717    require_once( __DIR__ . '/includes/payment-request.php' );
    18     require_once( __DIR__ . '/includes/sponsor-invoice.php' );
    1918    require_once( __DIR__ . '/includes/reimbursement-request.php' );
    2019    require_once( __DIR__ . '/includes/encryption.php' );
     
    2726if ( is_admin() || wp_doing_cron() || wp_doing_ajax() ) {
    2827    require_once( __DIR__ . '/includes/privacy.php' );
     28    require_once( __DIR__ . '/includes/sponsor-invoice.php' );
    2929}
Note: See TracChangeset for help on using the changeset viewer.