CloverExamplePOS.Store.OnPreAuthChanged C# (CSharp) Method

OnPreAuthChanged() protected method

protected OnPreAuthChanged ( POSPayment payment, PreAuthAction action ) : void
payment POSPayment
action PreAuthAction
return void
        protected void OnPreAuthChanged(POSPayment payment, PreAuthAction action)
        {
            if (PreAuthListChange != null)
            {
                PreAuthListChange(payment, action);
            }
        }