UnityEngine.Purchasing.TransactionLog.GetRecordPath C# (CSharp) Method

GetRecordPath() private method

private GetRecordPath ( string transactionID ) : string
transactionID string
return string
        private string GetRecordPath(string transactionID)
        {
            return Path.Combine(this.persistentDataPath, ComputeHash(transactionID));
        }