Sonata\Component\Payment\PaymentInterface::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);