Making WordPress.org

Changeset 3195


Ignore:
Timestamp:
05/20/2016 05:39:35 PM (8 years ago)
Author:
kovshenin
Message:

WordCamp Payments: Fix the max field length for beneficiary bank address on JPM export.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/payment-request.php

    r3041 r3195  
    14281428                        get_post_meta( $post->ID, '_camppayments_bank_state', true ),
    14291429                        get_post_meta( $post->ID, '_camppayments_bank_zip_code', true )
    1430                      ), 0, 35 ),
     1430                     ), 0, 32 ),
    14311431                '30-ben-bank-country' => get_post_meta( $post->ID, '_camppayments_bank_country_iso3166', true ),
    14321432                '31-supl-id-type' => '',
Note: See TracChangeset for help on using the changeset viewer.