Plugin Directory

Changeset 1150682


Ignore:
Timestamp:
05/01/2015 01:05:26 AM (11 years ago)
Author:
omar4hasan
Message:

update footer js.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pbs-gateway/trunk/payment-bills-service.php

    r1150655 r1150682  
    6161         add_action('woocommerce_receipt_pbs', array(&$this, 'receipt_page'));
    6262         add_action('woocommerce_thankyou_pbs',array(&$this, 'thankyou_page'));
    63          add_action('wp_footer', 'add_pbs_script_footer');
     63         
    6464      }
    6565
     
    142142            echo '<label style="margin-right:89px; line-height:40px;">CVV :</label> <input placeholder="0001" type="text" style="width:70px;" name="pbs_ccvnumber"  maxlength="4" /><br/>';
    143143            echo  '<input name="csid" type="hidden" id="csid">';
     144            add_action('wp_footer', array(&$this,'add_pbs_script_footer'), 100);
    144145      }
    145146      /**
Note: See TracChangeset for help on using the changeset viewer.