Skip to content

Commit

Permalink
Missing mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Mareček committed Jun 7, 2023
1 parent a828f57 commit 0661ec0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Plugin.InAppBilling/InAppBilling.apple.cs
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,7 @@ public static InAppBillingPurchase ToIABPurchase(this SKPaymentTransaction trans
{
TransactionDateUtc = NSDateToDateTimeUtc(transaction.TransactionDate),
Id = p.TransactionIdentifier,
OriginalTransactionIdentifier = p.OriginalTransaction?.TransactionIdentifier,
TransactionIdentifier = p.TransactionIdentifier,
ProductId = p.Payment?.ProductIdentifier ?? string.Empty,
ProductIds = new string[] { p.Payment?.ProductIdentifier ?? string.Empty },
Expand Down

0 comments on commit 0661ec0

Please sign in to comment.