| 17 | | <table id="payment_method_direct_deposit_fields" class="form-table payment_method_fields <?php echo 'Direct Deposit' == $selected_payment_method ? 'active' : 'hidden'; ?>"> |
| 18 | | <?php $this->render_text_input( $post, 'Bank Name', 'ach_bank_name' ); ?> |
| 19 | | <?php $this->render_radio_input( $post, 'Account Type', 'ach_account_type' ); ?> |
| 20 | | <?php $this->render_text_input( $post, 'Routing Number', 'ach_routing_number' ); ?> |
| 21 | | <?php $this->render_text_input( $post, 'Account Number', 'ach_account_number' ); ?> |
| 22 | | <?php $this->render_text_input( $post, 'Account Holder Name', 'ach_account_holder_name' ); ?> |
| | 17 | <table id="payment_method_direct_deposit_fields" class="form-table payment_method_fields <?php echo __( 'Direct Deposit', 'wordcamporg' ) == $selected_payment_method ? 'active' : 'hidden'; ?>"> |
| | 18 | <?php $this->render_text_input( $post, __( 'Bank Name', 'wordcamporg' ), 'ach_bank_name' ); ?> |
| | 19 | <?php $this->render_radio_input( $post, __( 'Account Type', 'wordcamporg' ), 'ach_account_type' ); ?> |
| | 20 | <?php $this->render_text_input( $post, __( 'Routing Number', 'wordcamporg' ), 'ach_routing_number' ); ?> |
| | 21 | <?php $this->render_text_input( $post, __( 'Account Number', 'wordcamporg' ), 'ach_account_number' ); ?> |
| | 22 | <?php $this->render_text_input( $post, __( 'Account Holder Name', 'wordcamporg' ), 'ach_account_holder_name' ); ?> |
| 27 | | <?php $this->render_text_input( $post, 'Payable To', 'payable_to' ); ?> |
| 28 | | <?php $this->render_text_input( $post, 'Street Address', 'check_street_address' ); ?> |
| 29 | | <?php $this->render_text_input( $post, 'City', 'check_city' ); ?> |
| 30 | | <?php $this->render_text_input( $post, 'State / Province', 'check_state' ); ?> |
| 31 | | <?php $this->render_text_input( $post, 'ZIP / Postal Code', 'check_zip_code' ); ?> |
| 32 | | <?php $this->render_country_input( $post, 'Country', 'check_country' ); ?> |
| | 27 | <?php $this->render_text_input( $post, __( 'Payable To', 'wordcamporg' ), 'payable_to' ); ?> |
| | 28 | <?php $this->render_text_input( $post, __( 'Street Address', 'wordcamporg' ), 'check_street_address' ); ?> |
| | 29 | <?php $this->render_text_input( $post, __( 'City', 'wordcamporg' ), 'check_city' ); ?> |
| | 30 | <?php $this->render_text_input( $post, __( 'State / Province', 'wordcamporg' ), 'check_state' ); ?> |
| | 31 | <?php $this->render_text_input( $post, __( 'ZIP / Postal Code', 'wordcamporg' ), 'check_zip_code' ); ?> |
| | 32 | <?php $this->render_country_input( $post, __( 'Country', 'wordcamporg' ), 'check_country' ); ?> |
| 46 | | <?php $this->render_text_input( $post, 'Beneficiary’s Bank Name', 'bank_name' ); ?> |
| 47 | | <?php $this->render_text_input( $post, 'Beneficiary’s Bank Street Address', 'bank_street_address' ); ?> |
| 48 | | <?php $this->render_text_input( $post, 'Beneficiary’s Bank City', 'bank_city' ); ?> |
| 49 | | <?php $this->render_text_input( $post, 'Beneficiary’s Bank State / Province', 'bank_state' ); ?> |
| 50 | | <?php $this->render_text_input( $post, 'Beneficiary’s Bank ZIP / Postal Code', 'bank_zip_code' ); ?> |
| 51 | | <?php $this->render_country_input( $post, 'Beneficiary’s Bank Country', 'bank_country_iso3166' ); ?> |
| 52 | | <?php $this->render_text_input( $post, 'Beneficiary’s Bank SWIFT BIC', 'bank_bic' ); ?> |
| 53 | | <?php $this->render_text_input( $post, 'Beneficiary’s Account Number or IBAN', 'beneficiary_account_number' ); ?> |
| | 46 | <?php $this->render_text_input( $post, __( 'Beneficiary’s Bank Name', 'wordcamporg' ), 'bank_name' ); ?> |
| | 47 | <?php $this->render_text_input( $post, __( 'Beneficiary’s Bank Street Address', 'wordcamporg' ), 'bank_street_address' ); ?> |
| | 48 | <?php $this->render_text_input( $post, __( 'Beneficiary’s Bank City', 'wordcamporg' ), 'bank_city' ); ?> |
| | 49 | <?php $this->render_text_input( $post, __( 'Beneficiary’s Bank State / Province', 'wordcamporg' ), 'bank_state' ); ?> |
| | 50 | <?php $this->render_text_input( $post, __( 'Beneficiary’s Bank ZIP / Postal Code', 'wordcamporg' ), 'bank_zip_code' ); ?> |
| | 51 | <?php $this->render_country_input( $post, __( 'Beneficiary’s Bank Country', 'wordcamporg' ), 'bank_country_iso3166' ); ?> |
| | 52 | <?php $this->render_text_input( $post, __( 'Beneficiary’s Bank SWIFT BIC', 'wordcamporg' ), 'bank_bic' ); ?> |
| | 53 | <?php $this->render_text_input( $post, __( 'Beneficiary’s Account Number or IBAN', 'wordcamporg' ), 'beneficiary_account_number' ); ?> |
| 68 | | <?php $this->render_text_input( $post, 'Intermediary Bank Name', 'interm_bank_name' ); ?> |
| 69 | | <?php $this->render_text_input( $post, 'Intermediary Bank Street Address', 'interm_bank_street_address' ); ?> |
| 70 | | <?php $this->render_text_input( $post, 'Intermediary Bank City', 'interm_bank_city' ); ?> |
| 71 | | <?php $this->render_text_input( $post, 'Intermediary Bank State / Province', 'interm_bank_state' ); ?> |
| 72 | | <?php $this->render_text_input( $post, 'Intermediary Bank ZIP / Postal Code', 'interm_bank_zip_code' ); ?> |
| 73 | | <?php $this->render_country_input( $post, 'Intermediary Bank Country', 'interm_bank_country_iso3166' ); ?> |
| 74 | | <?php $this->render_text_input( $post, 'Intermediary Bank SWIFT BIC', 'interm_bank_swift' ); ?> |
| 75 | | <?php $this->render_text_input( $post, 'Intermediary Bank Account', 'interm_bank_account' ); ?> |
| | 68 | <?php $this->render_text_input( $post, __( 'Intermediary Bank Name', 'wordcamporg' ), 'interm_bank_name' ); ?> |
| | 69 | <?php $this->render_text_input( $post, __( 'Intermediary Bank Street Address', 'wordcamporg' ), 'interm_bank_street_address' ); ?> |
| | 70 | <?php $this->render_text_input( $post, __( 'Intermediary Bank City', 'wordcamporg' ), 'interm_bank_city' ); ?> |
| | 71 | <?php $this->render_text_input( $post, __( 'Intermediary Bank State / Province', 'wordcamporg' ), 'interm_bank_state' ); ?> |
| | 72 | <?php $this->render_text_input( $post, __( 'Intermediary Bank ZIP / Postal Code', 'wordcamporg' ), 'interm_bank_zip_code' ); ?> |
| | 73 | <?php $this->render_country_input( $post, __( 'Intermediary Bank Country', 'wordcamporg' ), 'interm_bank_country_iso3166' ); ?> |
| | 74 | <?php $this->render_text_input( $post, __( 'Intermediary Bank SWIFT BIC', 'wordcamporg' ), 'interm_bank_swift' ); ?> |
| | 75 | <?php $this->render_text_input( $post, __( 'Intermediary Bank Account', 'wordcamporg' ), 'interm_bank_account' ); ?> |
| 84 | | <?php $this->render_text_input( $post, 'Beneficiary’s Name', 'beneficiary_name' ); ?> |
| 85 | | <?php $this->render_text_input( $post, 'Beneficiary’s Street Address', 'beneficiary_street_address' ); ?> |
| 86 | | <?php $this->render_text_input( $post, 'Beneficiary’s City', 'beneficiary_city' ); ?> |
| 87 | | <?php $this->render_text_input( $post, 'Beneficiary’s State / Province', 'beneficiary_state' ); ?> |
| 88 | | <?php $this->render_text_input( $post, 'Beneficiary’s ZIP / Postal Code', 'beneficiary_zip_code' ); ?> |
| 89 | | <?php $this->render_country_input( $post, 'Beneficiary’s Country', 'beneficiary_country_iso3166' ); ?> |
| | 84 | <?php $this->render_text_input( $post, __( 'Beneficiary’s Name', 'wordcamporg' ), 'beneficiary_name' ); ?> |
| | 85 | <?php $this->render_text_input( $post, __( 'Beneficiary’s Street Address', 'wordcamporg' ), 'beneficiary_street_address' ); ?> |
| | 86 | <?php $this->render_text_input( $post, __( 'Beneficiary’s City', 'wordcamporg' ), 'beneficiary_city' ); ?> |
| | 87 | <?php $this->render_text_input( $post, __( 'Beneficiary’s State / Province', 'wordcamporg' ), 'beneficiary_state' ); ?> |
| | 88 | <?php $this->render_text_input( $post, __( 'Beneficiary’s ZIP / Postal Code', 'wordcamporg' ), 'beneficiary_zip_code' ); ?> |
| | 89 | <?php $this->render_country_input( $post, __( 'Beneficiary’s Country', 'wordcamporg' ), 'beneficiary_country_iso3166' ); ?> |