PHP Class ShopPayment, silvershop-core

Inheritance: extends DataExtension
Show file Open project: burnbright/silverstripe-shop Class Usage Examples

Public Methods

Method Description
onAuthorized ( SilverStripe\Omnipay\Service\ServiceResponse $response )
onAwaitingAuthorized ( SilverStripe\Omnipay\Service\ServiceResponse $response )
onAwaitingCaptured ( SilverStripe\Omnipay\Service\ServiceResponse $response )
onCaptured ( SilverStripe\Omnipay\Service\ServiceResponse $response )

Protected Methods

Method Description
placeOrder ( )

Method Details

onAuthorized() public method

public onAuthorized ( SilverStripe\Omnipay\Service\ServiceResponse $response )
$response SilverStripe\Omnipay\Service\ServiceResponse

onAwaitingAuthorized() public method

public onAwaitingAuthorized ( SilverStripe\Omnipay\Service\ServiceResponse $response )
$response SilverStripe\Omnipay\Service\ServiceResponse

onAwaitingCaptured() public method

public onAwaitingCaptured ( SilverStripe\Omnipay\Service\ServiceResponse $response )
$response SilverStripe\Omnipay\Service\ServiceResponse

onCaptured() public method

public onCaptured ( SilverStripe\Omnipay\Service\ServiceResponse $response )
$response SilverStripe\Omnipay\Service\ServiceResponse

placeOrder() protected method

protected placeOrder ( )