Changeset 16916


Ignore:
Timestamp:
2007/12/14 16:05:06 (19 years ago)
Author:
naka
Message:

ゼウス決済モジュール修正

Location:
branches/beta/data/downloads/module/mdl_zeus
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/beta/data/downloads/module/mdl_zeus/mdl_zeus.inc

    r16915 r16916  
    7474            'sendid' => $arrData['order_id'], 
    7575            'username' => $arrInput['card_name01'].$arrInput['card_name02'], 
    76             'money' => $arrData['total'], 
     76            'money' => $arrData['payment_total'], 
    7777            'sendpoint' => 'eccube', 
    7878            'send' => 'mall', 
  • branches/beta/data/downloads/module/mdl_zeus/mdl_zeus.php

    r16913 r16916  
    33 *  
    44 * @copyright    2000-2007 LOCKON CO.,LTD. All Rights Reserved. 
    5  * @version CVS: $Id: 1.0 2006-06-04 06:38:01Z kakinaka $  
     5 * @version CVS: $Id: 1.2 2006-06-04 06:38:01Z kakinaka $  
    66 * @link        http://www.lockon.co.jp/ 
    77 * 
  • branches/beta/data/downloads/module/mdl_zeus/zeus_credit_mobile.tpl

    r16913 r16916  
    1313<font color="red"><!--{$tpl_error}--></font> 
    1414 
     15<!--{if $quick_charge_ok == true}--> 
    1516<form method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> 
    1617<input type="hidden" name="mode" value="quick_charge"> 
    1718<center><input type="submit" name="quick_charge" value="Á°²óÍøÍѤ·¤¿¥«¡¼¥É¤ÇÃíʸ"></center> 
    1819</form> 
     20<!--{/if}--> 
    1921 
    2022<form method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> 
Note: See TracChangeset for help on using the changeset viewer.