diff --git a/Xamarin.InAppPurchasing.Droid/Models/GooglePlayPurchaseService.cs b/Xamarin.InAppPurchasing.Droid/Models/GooglePlayPurchaseService.cs index df972bd..9338729 100644 --- a/Xamarin.InAppPurchasing.Droid/Models/GooglePlayPurchaseService.cs +++ b/Xamarin.InAppPurchasing.Droid/Models/GooglePlayPurchaseService.cs @@ -185,6 +185,7 @@ private async Task ConsumePurchase(Order order) return new GoogleReceipt { Id = order.ProductId, + BundleId = Application.Context.PackageName, TransactionId = order.OrderId ?? "TEST", //NOTE: if null, it is a test purchase PurchaseToken = order.PurchaseToken, DeveloperPayload = order.DeveloperPayload,