Sonata\Tests\Component\Basket\Payment::callbank PHP Method

callbank() public method

Send information to the bank, this method should handle everything when called.
public callbank ( Sonata\Component\Order\OrderInterface $order ) : Response
$order Sonata\Component\Order\OrderInterface
return Symfony\Component\HttpFoundation\Response
    public function callbank(OrderInterface $order)
    {
        // TODO: Implement callbank() method.
    }