Changeset 6718 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/payment-request.php
- Timestamp:
- 02/22/2018 08:48:12 PM (8 years ago)
- File:
-
- 1 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 );
Note: See TracChangeset
for help on using the changeset viewer.