Skip to content

Commit

Permalink
Google Play - fix for package name
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpeppers committed May 6, 2017
1 parent de0eee6 commit 5f100c0
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -185,6 +185,7 @@ private async Task<Receipt> 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,
Expand Down

0 comments on commit 5f100c0

Please sign in to comment.