You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Routers/IAPValidationRouter.js
+10-10
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ const APP_STORE_ERRORS = {
15
15
21005: "The receipt server is not currently available.",
16
16
21006: "This receipt is valid but the subscription has expired.",
17
17
21007: "This receipt is from the test environment, but it was sent to the production environment for verification. Send it to the test environment instead.",
18
-
21008: "This receipt is from the production environment, but it was sent to the test environment for verification. Send it to the production environment instead."
18
+
21008: "This receipt is from the production environment, but it was sent to the test environment for verification. Send it to the production environment instead."
19
19
}
20
20
21
21
functionappStoreError(status){
@@ -49,7 +49,7 @@ function getFileForProductIdentifier(productIdentifier, req) {
49
49
// Error not found or too many
50
50
thrownewParse.Error(Parse.Error.OBJECT_NOT_FOUND,'Object not found.')
51
51
}
52
-
52
+
53
53
vardownload=products[0].download;
54
54
returnPromise.resolve({response: download});
55
55
});
@@ -58,24 +58,24 @@ function getFileForProductIdentifier(productIdentifier, req) {
0 commit comments