mirror of
https://github.com/defold/extension-iap
synced 2025-09-27 17:12:18 +02:00
Amazon: Stub out acknowledgeTransaction
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user