Index: /branches/beta/data/downloads/module/mdl_zeus/mdl_zeus.inc
===================================================================
--- /branches/beta/data/downloads/module/mdl_zeus/mdl_zeus.inc	(revision 16915)
+++ /branches/beta/data/downloads/module/mdl_zeus/mdl_zeus.inc	(revision 16916)
@@ -74,5 +74,5 @@
 			'sendid' => $arrData['order_id'],
 			'username' => $arrInput['card_name01'].$arrInput['card_name02'],
-			'money' => $arrData['total'],
+			'money' => $arrData['payment_total'],
 			'sendpoint' => 'eccube',
 			'send' => 'mall',
Index: /branches/beta/data/downloads/module/mdl_zeus/zeus_credit_mobile.tpl
===================================================================
--- /branches/beta/data/downloads/module/mdl_zeus/zeus_credit_mobile.tpl	(revision 16913)
+++ /branches/beta/data/downloads/module/mdl_zeus/zeus_credit_mobile.tpl	(revision 16916)
@@ -13,8 +13,10 @@
 <font color="red"><!--{$tpl_error}--></font>
 
+<!--{if $quick_charge_ok == true}-->
 <form method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
 <input type="hidden" name="mode" value="quick_charge">
 <center><input type="submit" name="quick_charge" value="Á°²óÍøÍÑ¤·¤¿¥«¡¼¥É¤ÇÃíÊ¸"></center>
 </form>
+<!--{/if}-->
 
 <form method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
Index: /branches/beta/data/downloads/module/mdl_zeus/mdl_zeus.php
===================================================================
--- /branches/beta/data/downloads/module/mdl_zeus/mdl_zeus.php	(revision 16913)
+++ /branches/beta/data/downloads/module/mdl_zeus/mdl_zeus.php	(revision 16916)
@@ -3,5 +3,5 @@
  * 
  * @copyright    2000-2007 LOCKON CO.,LTD. All Rights Reserved.
- * @version CVS: $Id: 1.0 2006-06-04 06:38:01Z kakinaka $ 
+ * @version CVS: $Id: 1.2 2006-06-04 06:38:01Z kakinaka $ 
  * @link        http://www.lockon.co.jp/
  *
