Changeset 16591


Ignore:
Timestamp:
2007/10/29 17:03:47 (16 years ago)
Author:
naka
Message:

ペイジェント決済管理画面連携

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-paygent/data/downloads/module/mdl_paygent/mdl_paygent.inc

    r16589 r16591  
    637637 **************************************************************************************************************/ 
    638638function sfUpdatePaymentStatus($objPaygent, $order_id, $arrSend) { 
     639    $objQuery = new SC_Query(); 
     640     
    639641    // ¥¹¥Æ¡¼¥¿¥¹¤Î¼èÆÀ 
    640642    $payment_status = sfGetPaymentStatus($objPaygent, $order_id, $arrSend); 
Note: See TracChangeset for help on using the changeset viewer.