Changeset 2719
- Timestamp:
- 03/09/2016 07:39:56 PM (9 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
r2714 r2719 1267 1267 1268 1268 echo '6'; // Record Type Code 1269 1270 $transaction_code = $account_type == 'Personal' ? '27' : '22'; 1271 echo $transaction_code; // Transaction Code 1269 echo '22'; // Transaction code for Automated Deposit 1272 1270 1273 1271 // Transit/Routing Number of Destination Bank + Check digit -
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/reimbursement-request.php
r2714 r2719 1062 1062 1063 1063 echo '6'; // Record Type Code 1064 1065 $transaction_code = $account_type == 'Personal' ? '27' : '22'; 1066 echo $transaction_code; // Transaction Code 1064 echo '22'; // Transaction code for Automated Deposit 1067 1065 1068 1066 // Transit/Routing Number of Destination Bank + Check digit
Note: See TracChangeset
for help on using the changeset viewer.