Class SetExpressCheckout

Description

Used to invoke the SetExpressCheckout Operation

Located in /setexpresscheckout.php (line 25)

PaypalAPI
   |
   --SetExpressCheckout
Method Summary
 void execute ()
 void setParams (double $OrderTotal, string $ReturnURL, string $CancelURL, string $PaymentAction)
Methods
execute (line 62)

Executes the Operation

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.

  • access: public
void execute ()
setParams (line 48)

Prepares the message to be sent

This method prepares the message to be sent to the Paypal Webservice

  • access: public
void setParams (double $OrderTotal, string $ReturnURL, string $CancelURL, string $PaymentAction)
  • double $OrderTotal
  • string $ReturnURL
  • string $CancelURL
  • string $PaymentAction: Sale or Order

Inherited Methods

Inherited From PaypalAPI

 PaypalAPI::getAPIException()
 PaypalAPI::getAPIResponse()
 PaypalAPI::success()

Documentation generated on Sat, 03 Feb 2007 20:59:06 -0800 by phpDocumentor 1.3.1