Changeset 1150682
- Timestamp:
- 05/01/2015 01:05:26 AM (11 years ago)
- File:
-
- 1 edited
-
pbs-gateway/trunk/payment-bills-service.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pbs-gateway/trunk/payment-bills-service.php
r1150655 r1150682 61 61 add_action('woocommerce_receipt_pbs', array(&$this, 'receipt_page')); 62 62 add_action('woocommerce_thankyou_pbs',array(&$this, 'thankyou_page')); 63 add_action('wp_footer', 'add_pbs_script_footer');63 64 64 } 65 65 … … 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 145 } 145 146 /**
Note: See TracChangeset
for help on using the changeset viewer.