Handle AppstoreError correctly
This commit is contained in:
+3
-1
@@ -4,7 +4,9 @@ exports = module.exports = {
|
||||
purchase: purchase,
|
||||
unpurchase: unpurchase,
|
||||
|
||||
sendAliveStatus: sendAliveStatus
|
||||
sendAliveStatus: sendAliveStatus,
|
||||
|
||||
AppstoreError: AppstoreError
|
||||
};
|
||||
|
||||
var assert = require('assert'),
|
||||
|
||||
Reference in New Issue
Block a user