Skip to content
Snippets Groups Projects
Commit 07377752 authored by Jeremy Guiselin's avatar Jeremy Guiselin
Browse files

consume

parent b6ff098f
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@
};
window.facebookConnectPlugin.logEvent('buy_'+purchaseId);
self.savePurchase(transactionData);
return inAppPurchase.consume(data.type, data.receipt, data.signature);
})
.catch(function (err) {
ToastService.show('purchase_payment_error', 'long', 'center');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment