Plugin Directory

Changeset 1367309


Ignore:
Timestamp:
03/09/2016 06:39:19 AM (10 years ago)
Author:
massu0310
Message:

Update to 1.1.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • woopay-paygate/trunk/includes/class-woopay-paygate-payment.php

    r1367299 r1367309  
    538538                                jQuery( '#paygate_mid_bad_msg' ).html( '' );
    539539                            } else {
    540                                 if ( mid.substring( 0, 3 ) == 'pla' ) {
     540                                if ( mid.substring( 0, 3 ) == 'pl8' ) {
    541541                                    jQuery( '#woocommerce_' + payment_id + '_mertid' ).closest( 'tr' ).css( 'background-color', 'transparent' );
    542542                                    jQuery( '#paygate_mid_bad_msg' ).html( '' );
Note: See TracChangeset for help on using the changeset viewer.