Source for file getexpresscheckoutdetails.php
Documentation is available at getexpresscheckoutdetails.php
* GetExpressCheckoutDetails Object
* This class is used to perform the GetExpressCheckoutDetails operation
* @author Israel Ekpo <perfectvista@users.sourceforge.net>
* @copyright Copyright 2007, Israel Ekpo
* @license http://phppaypalpro.sourceforge.net/LICENSE.txt BSD License
* @package ExpressCheckout
* Used to invoke the GetExpressCheckoutDetails Operation
* @author Israel Ekpo <perfectvista@users.sourceforge.net>
* @copyright Copyright 2007, Israel Ekpo
* @license http://phppaypalpro.sourceforge.net/LICENSE.txt BSD License
* @package ExpressCheckout
* Message Sent to the Webservice
* Token value returned from setExpressCheckout
* This is a 20 single-byte characters timestamped token, the value of which was returned by SetExpressCheckoutResponse
* Prepares the message to be sent
* This method prepares the message to be sent to the
$this->tokenValue =
$Token;
* Prepares the final message and the calls the Webservice operation. If it is successfull the response is registered
* and the OperationStatus is set to true, otherwise the Operation status will be set to false and an Exception of the type
* soapFault will be registered instead.
$this->apiMessage['Token'] =
$this->tokenValue;
$this->apiMessage =
array('GetExpressCheckoutDetailsRequest' =>
$this->apiMessage);
$this->apiMessage =
array($this->apiMessage);
parent::registerAPIResponse(PayPalBase::getSoapClient()->__soapCall('GetExpressCheckoutDetails', $this->apiMessage, null, PayPalBase::getSoapHeader()));
catch (SoapFault $Exception)
parent::registerAPIException($Exception);
Documentation generated on Sat, 03 Feb 2007 20:59:01 -0800 by phpDocumentor 1.3.1