PHP 클래스 ShopPayment, silvershop-core

상속: extends DataExtension
파일 보기 프로젝트 열기: burnbright/silverstripe-shop 1 사용 예제들

공개 메소드들

메소드 설명
onAuthorized ( SilverStripe\Omnipay\Service\ServiceResponse $response )
onAwaitingAuthorized ( SilverStripe\Omnipay\Service\ServiceResponse $response )
onAwaitingCaptured ( SilverStripe\Omnipay\Service\ServiceResponse $response )
onCaptured ( SilverStripe\Omnipay\Service\ServiceResponse $response )

보호된 메소드들

메소드 설명
placeOrder ( )

메소드 상세

onAuthorized() 공개 메소드

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

onAwaitingAuthorized() 공개 메소드

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

onAwaitingCaptured() 공개 메소드

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

onCaptured() 공개 메소드

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

placeOrder() 보호된 메소드

protected placeOrder ( )