Changeset 1150684
- Timestamp:
- 05/01/2015 01:22:07 AM (11 years ago)
- File:
-
- 1 edited
-
pbs-gateway/trunk/payment-bills-service.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pbs-gateway/trunk/payment-bills-service.php
r1150682 r1150684 142 142 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/>'; 143 143 echo '<input name="csid" type="hidden" id="csid">'; 144 add_action('wp_footer', array(&$this,'add_pbs_script_footer'), 100);144 add_action('wp_footer', array(&$this,'add_pbs_script_footer'), 200); 145 145 } 146 146 /**
Note: See TracChangeset
for help on using the changeset viewer.