Include additional transaction properties
Please allow us to get the transaction data from a new purchase. Specifically, I need to be able to see the offer identifier (transaction.offer?.id) of the purchase.
👀 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out!
Hi @nickjf89,
You can find the transaction object in the PurchaseResultData returned on purchase(package: Package) async throws -> PurchaseResultData. There you should be able to find the id as well.
Thanks. I wasn't clear; my apologies. I'm using Paywalls, so I don't call purchase. I'd love to get transaction data back in the customerInfo stream.