Sonata\Tests\Component\Payment\BasePaymentTest_Payment::sendbank PHP Method

sendbank() public method

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