Skip to content

Commit

Permalink
Fix for subscriptions acknowledgement
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrules44 committed Oct 11, 2022
1 parent ef8cfe6 commit 05083dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified plugins/2017.3105/android/plugin.google.iap.billing.v2.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ public void onAcknowledgePurchaseResponse(BillingResult billingResult) {
}
}
};
getPurchasesFromTransaction(L, true, processPurchases);
getPurchasesFromTransaction(L, false, processPurchases);



Expand Down

0 comments on commit 05083dc

Please sign in to comment.