Method |
Description |
|
getPaymentCallbackResponse ( Request $request ) : Response |
Returns the callback response of current payment mean once everything validated. |
|
getSendbankOrder ( Sonata\Component\Basket\BasketInterface $basket ) : Sonata\Component\Order\OrderInterface |
Creates the order based on current basket & resets the basket. |
|
handleConfirmation ( Request $request ) : Sonata\Component\Order\OrderInterface |
Returns the order for given confirmation request and checks the validity. |
|
handleError ( Request $request, Sonata\Component\Basket\BasketInterface $basket ) : Sonata\Component\Order\OrderInterface |
Processes the request to generate the transaction related to the error and returns associated order. |
|