[TEP-COMMIT] CVS: catalog/catalog/includes/modules/payment ipayment.php,1.34,1.35
Mark Evans <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tep/catalog/catalog/includes/modules/payment
In directory sc8-pr-cvs1:/tmp/cvs-serv18845
Modified Files:
ipayment.php
Log Message:
Add missing [ in ipayment module as reported in bug 1505
Index: ipayment.php
===================================================================
RCS file: /cvsroot/tep/catalog/catalog/includes/modules/payment/ipayment.php,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- ipayment.php 17 Nov 2003 20:34:31 -0000 1.34
+++ ipayment.php 23 Nov 2003 11:53:29 -0000 1.35
@@ -193,7 +193,7 @@
tep_draw_hidden_field('item_name', STORE_NAME) .
tep_draw_hidden_field('trx_currency', $trx_currency) .
tep_draw_hidden_field('trx_amount', number_format($order->info['total'] * 100 * $currencies->get_value($trx_currency), 0, '','')) .
- tep_draw_hidden_field('cc_expdate_month', $_POST'ipayment_cc_expires_month']) .
+ tep_draw_hidden_field('cc_expdate_month', $_POST['ipayment_cc_expires_month']) .
tep_draw_hidden_field('cc_expdate_year', $_POST['ipayment_cc_expires_year']) .
tep_draw_hidden_field('cc_number', $_POST['ipayment_cc_number']) .
tep_draw_hidden_field('cc_checkcode', $_POST['ipayment_cc_checkcode']) .
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/