PHP Интерфейс WellCommerce\Bundle\PaymentBundle\Processor\PayPalProcessorInterface

Автор: Adam Piotrowski ([email protected])
Наследование: extends WellCommerce\Bundle\PaymentBundle\Processor\PaymentProcessorInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
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