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

sendConfirmationReceipt() public method

Send post back confirmation to the bank when the bank callback the site.
public sendConfirmationReceipt ( Sonata\Component\Payment\TransactionInterface $transaction ) : Response,,Symfony\Component\HttpFoundation
$transaction Sonata\Component\Payment\TransactionInterface
return Response,,Symfony\Component\HttpFoundation
    public function sendConfirmationReceipt(TransactionInterface $transaction)
    {
        // TODO: Implement sendConfirmationReceipt() method.
    }