Thursday 27 November 2008 3:57:01 am
Hello, I have a problem about the record of order in ez_order table. IDs orders are incremented of 2 each time : 1, 3, 5 ... The log of the process :
27-11-2008 12-41 Etape 1 => eZSipsGateway::eZSipsGateway()
27-11-2008 12-41 Etape 2 => eZSipsGateway::execute()
27-11-2008 12-41 Etape 3 => eZSipsChecker::eZSipsChecker()
27-11-2008 12-41 Etape 4 => eZSipsChecker::handleResponse
27-11-2008 12-41 Etape 5 => eZSipsChecker::createDataFromPOST
27-11-2008 12-41 Etape 6 => eZSipsCheckercreateDataFromPOST : si $POST est vide
27-11-2008 12-41 Etape 7 => eZSipsGateway::EZ_PAYMENT_NOT_ACCEPTED
27-11-2008 12-41 Etape 8 => eZSipsGateway::handleRequest
27-11-2008 12-46 Etape 1 => eZSipsGateway::eZSipsGateway()
27-11-2008 12-46 Etape 2 => eZSipsGateway::execute()
27-11-2008 12-46 Etape 3 => eZSipsChecker::eZSipsChecker()
27-11-2008 12-46 Etape 4 => eZSipsChecker::handleResponse
27-11-2008 12-46 Etape 5 => eZSipsChecker::createDataFromPOST
27-11-2008 12-46 Etape 6 => eZSipsChecker::createDataFromPOST : Payment accepted
27-11-2008 12-46 Etape 7 => eZSipsGateway::EZ_PAYMENT_ACCEPTED
27-11-2008 12-46 Etape 1 => eZSipsGateway::eZSipsGateway()
I would like to known if there are some problems in this log. And how is possible to known if my response handler is called correctly ? Cheers.
Stéphane
|