Menu

PHP Code Save Changes method

Help
2008-06-09
2013-03-21
  • Nobody/Anonymous

    When i am trying to use the "$session->synchronize()" method, i am getting a blank page. If i comment the "synchronize" function call, it is working but, I am getting NULL values for the transactions. But it is working for "cash" and "check" payment types. Please tell me, how to solve this?.

    Codes Used for credit card payment type:
    $transCode = $transaction->getCode();                                              
    $revenueCode = $revenueTransaction->getCode();                       
    $resCapInfo = $transaction->getCaptureInfo();
    $referenceNumber = $captureInfo->getReferenceNumber();
    $approveCode = $captureInfo->getApprovalCode();
    $returnType = $captureInfo->getReturnType();

     
    • kipnis

      kipnis - 2008-06-09

      You show the code after synchronize, i need to see before to help you.

       

Log in to post a comment.