Searched refs:subItems (Results 1 – 1 of 1) sorted by relevance
119 let subItems = item.sub(2)?.sub?.first?.sub ?? [] in receipt() variable123 receiptInfo.inAppPurchases?.append(inAppPurchase(subItems)) in receipt()132 private func inAppPurchase(_ subItems: [ASN1Object]) -> InAppPurchaseInfo { in inAppPurchase()134 subItems.forEach { subItem in in inAppPurchase()