Amazon: Stub out acknowledgeTransaction
This commit is contained in:
parent
faf62f2314
commit
ca33678486
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user