Revert "Fix Gem purchase validation" (#8471)

This commit is contained in:
Matteo Pagliazzi
2017-02-03 11:08:06 +01:00
committed by GitHub
parent ca5161b48a
commit 43e381cfc1
2 changed files with 1 additions and 3 deletions

View File

@@ -7,8 +7,6 @@ import Bluebird from 'bluebird';
// const CONNECTION_FAILED = 6778002;
// const PURCHASE_EXPIRED = 6778003;
// We are using this PR instead of the main release: https://github.com/voltrue2/in-app-purchase/pull/74
// Reason: Without the PR, the library attempts to validate IAP products as subscriptions and fails.
iap.config({
// This is the path to the directory containing iap-sanbox/iap-live files
googlePublicKeyPath: nconf.get('IAP_GOOGLE_KEYDIR'),