/// <summary> /// Errors the call back. /// </summary> private static void errorCallBack(Http.ErrorEntity.Error error) { _success = true; if (_success == true) { _httpCatchData = null; } }
/// <summary> /// Calls the back. /// </summary> /// <param name="result">Result.</param> private void CallBack(EazyReturnDataEntity.PaymentResult result) { _success = (result != null); if (_success == true) { _httpCatchData = result; } }