Ver código fonte

Expanded JobStatus with PAYMENT_REQUIRED.

tags/CommEngine-1.0.6
ymlam 4 anos atrás
pai
commit
650e28ab79
1 arquivos alterados com 2 adições e 1 exclusões
  1. +2
    -1
      src/main/java/altk/comm/engine/Job.java

+ 2
- 1
src/main/java/altk/comm/engine/Job.java Ver arquivo

@@ -38,7 +38,8 @@ public class Job
BAD_REQUEST(true), // SMS
THROTTLE_LIMIT_REACHED(true), // SMS
UNPROCESSABLE_ENTITY(true), // SMS
ABORT(true), // Voice
PAYMENT_REQUIRED(true) ,
ABORT(true),
;
private boolean isTerminal;


Carregando…
Cancelar
Salvar