Changeset 2719 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/payment-request.php
- Timestamp:
- 03/09/2016 07:39:56 PM (9 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.