Amazon: Stub out acknowledgeTransaction

This commit is contained in:
Mike 2020-10-17 13:15:17 -05:00 committed by GitHub
parent faf62f2314
commit ca33678486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,6 +98,10 @@ public class IapAmazon implements PurchasingListener {
PurchasingService.notifyFulfillment(receipt, FulfillmentResult.FULFILLED);
}
public void acknowledgeTransaction(final String purchaseToken, final IPurchaseListener purchaseListener) {
// Stub to prevent errors.
}
private void doGetPurchaseUpdates(final IPurchaseListener listener, final boolean reset) {
synchronized (purchaseListeners) {
RequestId req = PurchasingService.getPurchaseUpdates(reset);