Changeset 6718
- Timestamp:
- 02/22/2018 08:48:12 PM (7 years ago)
- Location:
- sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/payment-request.php
r6600 r6718 1554 1554 '112-priority' => '', 1555 1555 '113-blank' => '', 1556 '114-charges' => ' ',1556 '114-charges' => 'OUR', // Charges should always be paid by the remitter, instead of shared. 1557 1557 '115-blank' => '', 1558 1558 '116-details' => '', … … 1582 1582 } 1583 1583 1584 if ( get_post_meta( $post->ID, '_camppayments_currency', true ) == 'CAD' ) {1585 $row['114-charges'] = 'OUR';1586 }1587 1588 1584 // Use for debugging. 1589 1585 // print_r( $row ); -
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/reimbursement-request.php
r6600 r6718 1506 1506 '112-priority' => '', 1507 1507 '113-blank' => '', 1508 '114-charges' => ' ',1508 '114-charges' => 'OUR', // Charges should always be paid by the remitter, instead of shared. 1509 1509 '115-blank' => '', 1510 1510 '116-details' => '', … … 1534 1534 } 1535 1535 1536 if ( get_post_meta( $post->ID, '_wcbrr_currency', true ) == 'CAD' ) {1537 $row['114-charges'] = 'OUR';1538 }1539 1540 1536 // Use for debugging. 1541 1537 // print_r( $row );
Note: See TracChangeset
for help on using the changeset viewer.