Skip to content

Commit

Permalink
FIX: Check all subscriptions to use latest expiring one
Browse files Browse the repository at this point in the history
  • Loading branch information
hijohnnylin committed Apr 21, 2020
1 parent 24662f8 commit dbb1902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/receipt-model.js
Expand Up @@ -17,7 +17,7 @@ const GOOGLE_CLIENT_SECRET = process.env.GOOGLE_CLIENT_SECRET;
const GOOGLE_PACKAGE_NAME = process.env.GOOGLE_PACKAGE_NAME;
const GOOGLE_LICENSE_KEY = process.env.GOOGLE_LICENSE_KEY;
const GOOGLE_OAUTH_URL = "https://accounts.google.com/o/oauth2/token";
const TEST_ANDROID_RECEIPT_ID = "GPA.3396-5124-6790-03218";
const TEST_ANDROID_RECEIPT_ID = "GPA.3398-2421-7184-04758";
const TEST_IOS_RECEIPT_ID = "1000000386259702";
const IOS_PRODUCT_ID_TO_PLAN_TYPE = {
"TunnelsiOSUnlimitedMonthly": "ios-monthly",
Expand Down

0 comments on commit dbb1902

Please sign in to comment.