Changeset 17262


Ignore:
Timestamp:
2008/04/15 17:57:03 (16 years ago)
Author:
adachi
Message:

モバイルのクレジット決済が正常に完了しない不具合の修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-1/data/downloads/module/mdl_remise/remise_recv.php

    r17077 r17262  
    111111            if (isset($_POST["CARIER_TYPE"]) && in_array($_POST["CARIER_TYPE"], $arrCarier)) { 
    112112                gfPrintLog("Mobile Complete Start", $log_path); 
    113                 if (lfMobileComplete()) { 
     113                if (lfMobileComplete(REMISE_PAY_TYPE_CREDIT)) { 
    114114                    gfPrintLog("Mobile Complete Success", $log_path); 
    115115                    print(REMISE_PAYMENT_CHARGE_OK_MOBILE); 
Note: See TracChangeset for help on using the changeset viewer.