This commit is contained in:
Overtorment
2019-02-28 23:07:31 +00:00
parent 1a740d6b06
commit 17cd8adf41
2 changed files with 3 additions and 7 deletions

View File

@@ -401,6 +401,6 @@ function errorTryAgainLater(res) {
return res.send({
error: true,
code: 9,
message: 'Try again later',
message: 'Your previous payment is in transit. Try again in 5 minutes',
});
}