Updated nuget packages.
This commit is contained in:
@@ -86,34 +86,7 @@ namespace BodyshopPartner.Utils
|
||||
ResponseType = System.Text.RegularExpressions.Regex.Unescape(QueryResponse.Name.LocalName),
|
||||
Response = response
|
||||
};
|
||||
//response.
|
||||
}
|
||||
|
||||
//public static string[] parseInvoiceAddRs(string xml)
|
||||
//{
|
||||
// string[] retVal = new string[3];
|
||||
// try
|
||||
// {
|
||||
// XmlNodeList RsNodeList = null;
|
||||
// XmlDocument Doc = new XmlDocument();
|
||||
// Doc.LoadXml(xml);
|
||||
// RsNodeList = Doc.GetElementsByTagName("InvoiceAddRs");
|
||||
// XmlAttributeCollection rsAttributes = RsNodeList.Item(0).Attributes;
|
||||
// XmlNode statusCode = rsAttributes.GetNamedItem("statusCode");
|
||||
// retVal[0] = Convert.ToString(statusCode.Value);
|
||||
// XmlNode statusSeverity = rsAttributes.GetNamedItem("statusSeverity");
|
||||
// retVal[1] = Convert.ToString(statusSeverity.Value);
|
||||
// XmlNode statusMessage = rsAttributes.GetNamedItem("statusMessage");
|
||||
// retVal[2] = Convert.ToString(statusMessage.Value);
|
||||
// }
|
||||
// catch (Exception e)
|
||||
// {
|
||||
// logger.Error("Error encountered when parsing Invoice info returned from QuickBooks: " + e.Message);
|
||||
// retVal = null;
|
||||
// }
|
||||
// return retVal;
|
||||
//}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user