Sonata\Component\Payment\PaymentInterface::callback PHP Method

callback() public method

public callback ( Sonata\Component\Payment\TransactionInterface $transaction ) : Response
$transaction Sonata\Component\Payment\TransactionInterface
return Symfony\Component\HttpFoundation\Response
    public function callback(TransactionInterface $transaction);