Handle AppstoreError correctly

This commit is contained in:
Girish Ramakrishnan
2017-04-13 01:11:20 -07:00
parent fee513594f
commit 894d7a6e72
2 changed files with 16 additions and 4 deletions
+3 -1
View File
@@ -4,7 +4,9 @@ exports = module.exports = {
purchase: purchase,
unpurchase: unpurchase,
sendAliveStatus: sendAliveStatus
sendAliveStatus: sendAliveStatus,
AppstoreError: AppstoreError
};
var assert = require('assert'),