Changeset 1367309
- Timestamp:
- 03/09/2016 06:39:19 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
woopay-paygate/trunk/includes/class-woopay-paygate-payment.php
r1367299 r1367309 538 538 jQuery( '#paygate_mid_bad_msg' ).html( '' ); 539 539 } else { 540 if ( mid.substring( 0, 3 ) == 'pl a' ) {540 if ( mid.substring( 0, 3 ) == 'pl8' ) { 541 541 jQuery( '#woocommerce_' + payment_id + '_mertid' ).closest( 'tr' ).css( 'background-color', 'transparent' ); 542 542 jQuery( '#paygate_mid_bad_msg' ).html( '' );
Note: See TracChangeset
for help on using the changeset viewer.