Property | Type | Description | |
---|---|---|---|
$browser | Buzz\Browser | ||
$router | Symfony\Component\Routing\RouterInterface |
Method | Description | |
---|---|---|
__construct ( Symfony\Component\Routing\RouterInterface $router, Psr\Log\LoggerInterface $logger, Buzz\Browser $browser ) | ||
applyTransactionId ( Sonata\Component\Payment\TransactionInterface $transaction ) | ||
getOrderReference ( Sonata\Component\Payment\TransactionInterface $transaction ) | ||
getTransactionId ( ) : integer | ||
handleError ( Sonata\Component\Payment\TransactionInterface $transaction ) | ||
isAddableProduct ( Sonata\Component\Basket\BasketInterface $basket, Sonata\Component\Product\ProductInterface $product ) | ||
isBasketValid ( Sonata\Component\Basket\BasketInterface $basket ) | ||
isCallbackValid ( Sonata\Component\Payment\TransactionInterface $transaction ) | ||
isRequestValid ( Sonata\Component\Payment\TransactionInterface $transaction ) | ||
sendConfirmationReceipt ( Sonata\Component\Payment\TransactionInterface $transaction ) | ||
sendbank ( Sonata\Component\Order\OrderInterface $order ) |
public __construct ( Symfony\Component\Routing\RouterInterface $router, Psr\Log\LoggerInterface $logger, Buzz\Browser $browser ) | ||
$router | Symfony\Component\Routing\RouterInterface | |
$logger | Psr\Log\LoggerInterface | |
$browser | Buzz\Browser |
public applyTransactionId ( Sonata\Component\Payment\TransactionInterface $transaction ) | ||
$transaction | Sonata\Component\Payment\TransactionInterface |
public getOrderReference ( Sonata\Component\Payment\TransactionInterface $transaction ) | ||
$transaction | Sonata\Component\Payment\TransactionInterface |
public handleError ( Sonata\Component\Payment\TransactionInterface $transaction ) | ||
$transaction | Sonata\Component\Payment\TransactionInterface |
public isAddableProduct ( Sonata\Component\Basket\BasketInterface $basket, Sonata\Component\Product\ProductInterface $product ) | ||
$basket | Sonata\Component\Basket\BasketInterface | |
$product | Sonata\Component\Product\ProductInterface |
public isBasketValid ( Sonata\Component\Basket\BasketInterface $basket ) | ||
$basket | Sonata\Component\Basket\BasketInterface |
public isCallbackValid ( Sonata\Component\Payment\TransactionInterface $transaction ) | ||
$transaction | Sonata\Component\Payment\TransactionInterface |
public isRequestValid ( Sonata\Component\Payment\TransactionInterface $transaction ) | ||
$transaction | Sonata\Component\Payment\TransactionInterface |
public sendConfirmationReceipt ( Sonata\Component\Payment\TransactionInterface $transaction ) | ||
$transaction | Sonata\Component\Payment\TransactionInterface |
public sendbank ( Sonata\Component\Order\OrderInterface $order ) | ||
$order | Sonata\Component\Order\OrderInterface |