PHP Class ShopPayment, silvershop-core

Inheritance: extends DataExtension
Afficher le fichier Open project: burnbright/silverstripe-shop Class Usage Examples

Méthodes publiques

Méthode 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 )

Méthodes protégées

Méthode Description
placeOrder ( )

Method Details

onAuthorized() public méthode

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

onAwaitingAuthorized() public méthode

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

onAwaitingCaptured() public méthode

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

onCaptured() public méthode

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

placeOrder() protected méthode

protected placeOrder ( )