Ignore:
Timestamp:
2008/04/01 09:37:39 (16 years ago)
Author:
adachi
Message:

merge r17159 version-2 branch r17159 - r17192

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/pages/shopping/LC_Page_Shopping_Complete.php

    r16985 r17193  
    124124                $this->tpl_aff_option.= "|total=$total"; 
    125125            } 
     126 
     127            // TradeSafe連携用 
     128            if (function_exists('sfTSRequest')) { 
     129                sfTSRequest($order_id); 
     130            } 
    126131        } 
    127132 
     
    192197 
    193198            //その他情報の取得 
    194  
    195199            $other_data = $objQuery->get("dtb_order", "memo02", "order_id = ? ", array($order_id)); 
    196200            if($other_data != "") { 
     
    216220            if($total != "") { 
    217221                $this->tpl_aff_option.= "|total=$total"; 
     222            } 
     223 
     224            // TS連携モジュールの実行 
     225            if (function_exists('sfTSRequest')) { 
     226                sfTSRequest($order_id); 
    218227            } 
    219228        } 
Note: See TracChangeset for help on using the changeset viewer.