Changeset 2701 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/views/payment-request/metabox-payment.php
- Timestamp:
- 03/07/2016 11:34:12 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/views/payment-request/metabox-payment.php
r2684 r2701 49 49 <?php $this->render_text_input( $post, 'Beneficiary’s Bank State / Province', 'bank_state' ); ?> 50 50 <?php $this->render_text_input( $post, 'Beneficiary’s Bank ZIP / Postal Code', 'bank_zip_code' ); ?> 51 <?php $this->render_text_input( $post, 'Beneficiary’s Bank Country', 'bank_country' ); ?> 52 <?php $this->render_country_input( $post, 'Beneficiary’s Bank Country ISO 3166', 'bank_country_iso3166' ); ?> 51 <?php $this->render_country_input( $post, 'Beneficiary’s Bank Country', 'bank_country_iso3166' ); ?> 53 52 <?php $this->render_text_input( $post, 'Beneficiary’s Bank SWIFT BIC', 'bank_bic' ); ?> 54 53 <?php $this->render_text_input( $post, 'Beneficiary’s Account Number or IBAN', 'beneficiary_account_number' ); ?> … … 88 87 <?php $this->render_text_input( $post, 'Beneficiary’s State / Province', 'beneficiary_state' ); ?> 89 88 <?php $this->render_text_input( $post, 'Beneficiary’s ZIP / Postal Code', 'beneficiary_zip_code' ); ?> 90 <?php $this->render_text_input( $post, 'Beneficiary’s Country', 'beneficiary_country' ); ?> 91 <?php $this->render_country_input( $post, 'Beneficiary’s Country ISO 3166', 'beneficiary_country_iso3166' ); ?> 89 <?php $this->render_country_input( $post, 'Beneficiary’s Country', 'beneficiary_country_iso3166' ); ?> 92 90 </table> 93 91 </div>
Note: See TracChangeset
for help on using the changeset viewer.