Explorar el Código

Expanded JobStatus with PAYMENT_REQUIRED.

tags/CommEngine-1.0.6
ymlam hace 4 años
padre
commit
650e28ab79
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      src/main/java/altk/comm/engine/Job.java

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

@@ -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;


Cargando…
Cancelar
Guardar