afterCaptureCancelSuccess(final Req, final Res, final AtomicReference< CallerInformation >, final AtomicReference< Long >, AtomicReference< Long >) method

This method is invoked when a Capture Cancel was successfully processed.

Syntax

void afterCaptureCancelSuccess ( final Req request , final Res response , final AtomicReference< CallerInformation > callerRef , final AtomicReference< Long > captCancIdRef , AtomicReference< Long > captIdRef )

Parameters

Usage

This can happen either as a dedicated service call or as part of an internal Capture cleanup.

Any exception thrown by this method will be swallowed and will not affect the transaction outcome - unless something bad happens on the DB and the commit charge can not be stored to the DB.