PHP 인터페이스 WellCommerce\Bundle\PaymentBundle\Processor\PayPalProcessorInterface

저자: Adam Piotrowski ([email protected])
상속: extends WellCommerce\Bundle\PaymentBundle\Processor\PaymentProcessorInterface
파일 보기 프로젝트 열기: wellcommerce/wellcommerce

공개 메소드들

메소드 설명
cancelPayment ( WellCommerce\Bundle\PaymentBundle\Entity\PaymentInterface $payment ) : Response Cancels a payment for order
confirmPayment ( WellCommerce\Bundle\PaymentBundle\Entity\PaymentInterface $payment ) : Response Confirms a payment for order
getCancelUrl ( WellCommerce\Bundle\PaymentBundle\Entity\PaymentInterface $payment ) : string Returns the URL to cancel action
getConfirmUrl ( WellCommerce\Bundle\PaymentBundle\Entity\PaymentInterface $payment ) : string Returns the URL to confirm action

메소드 상세

cancelPayment() 공개 메소드

Cancels a payment for order
public cancelPayment ( WellCommerce\Bundle\PaymentBundle\Entity\PaymentInterface $payment ) : Response
$payment WellCommerce\Bundle\PaymentBundle\Entity\PaymentInterface
리턴 Symfony\Component\HttpFoundation\Response

confirmPayment() 공개 메소드

Confirms a payment for order
public confirmPayment ( WellCommerce\Bundle\PaymentBundle\Entity\PaymentInterface $payment ) : Response
$payment WellCommerce\Bundle\PaymentBundle\Entity\PaymentInterface
리턴 Symfony\Component\HttpFoundation\Response

getCancelUrl() 공개 메소드

Returns the URL to cancel action
public getCancelUrl ( WellCommerce\Bundle\PaymentBundle\Entity\PaymentInterface $payment ) : string
$payment WellCommerce\Bundle\PaymentBundle\Entity\PaymentInterface
리턴 string

getConfirmUrl() 공개 메소드

Returns the URL to confirm action
public getConfirmUrl ( WellCommerce\Bundle\PaymentBundle\Entity\PaymentInterface $payment ) : string
$payment WellCommerce\Bundle\PaymentBundle\Entity\PaymentInterface
리턴 string