Changeset 6110 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/wordcamp-budgets.php
- Timestamp:
- 11/10/2017 02:18:07 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/wordcamp-budgets.php
r6109 r6110 593 593 return array( 594 594 'payable_to', 595 'check_street_address', 596 'check_city', 597 'check_state', 598 'check_zip_code', 599 'check_country', 595 600 'beneficiary_name', 596 601 'beneficiary_account_number', … … 600 605 'beneficiary_zip_code', 601 606 'beneficiary_country_iso3166', 607 'bank_name', 608 'bank_street_address', 609 'bank_city', 610 'bank_state', 611 'bank_zip_code', 612 'bank_country_iso3166', 613 'bank_bic', 614 'interm_bank_name', 615 'interm_bank_street_address', 616 'interm_bank_city', 617 'interm_bank_state', 618 'interm_bank_zip_code', 619 'interm_bank_country_iso3166', 620 'interm_bank_swift', 621 'interm_bank_account', 602 622 'ach_bank_name', 603 623 'ach_routing_number',
Note: See TracChangeset
for help on using the changeset viewer.