Changeset 16916
- Timestamp:
- 2007/12/14 16:05:06 (19 years ago)
- Location:
- branches/beta/data/downloads/module/mdl_zeus
- Files:
-
- 3 edited
-
mdl_zeus.inc (modified) (1 diff)
-
mdl_zeus.php (modified) (1 diff)
-
zeus_credit_mobile.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/beta/data/downloads/module/mdl_zeus/mdl_zeus.inc
r16915 r16916 74 74 'sendid' => $arrData['order_id'], 75 75 'username' => $arrInput['card_name01'].$arrInput['card_name02'], 76 'money' => $arrData[' total'],76 'money' => $arrData['payment_total'], 77 77 'sendpoint' => 'eccube', 78 78 'send' => 'mall', -
branches/beta/data/downloads/module/mdl_zeus/mdl_zeus.php
r16913 r16916 3 3 * 4 4 * @copyright 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 5 * @version CVS: $Id: 1. 02006-06-04 06:38:01Z kakinaka $5 * @version CVS: $Id: 1.2 2006-06-04 06:38:01Z kakinaka $ 6 6 * @link http://www.lockon.co.jp/ 7 7 * -
branches/beta/data/downloads/module/mdl_zeus/zeus_credit_mobile.tpl
r16913 r16916 13 13 <font color="red"><!--{$tpl_error}--></font> 14 14 15 <!--{if $quick_charge_ok == true}--> 15 16 <form method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> 16 17 <input type="hidden" name="mode" value="quick_charge"> 17 18 <center><input type="submit" name="quick_charge" value="Á°²óÍøÍѤ·¤¿¥«¡¼¥É¤ÇÃíʸ"></center> 18 19 </form> 20 <!--{/if}--> 19 21 20 22 <form method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
Note: See TracChangeset
for help on using the changeset viewer.
