CORRECCION KUSHKI WS OBTENCION DE DATOS SUSCRIPCION

parent 0f94c47c
......@@ -14,7 +14,7 @@ use App\Utilities\Utiles;
class VerificarSuscripcionKushkiCommand extends Command {
const successfulCharge = "successfulCharge";
const successfulCharge = "successfullCharge";
const failedRetry = "failedRetry";
const lastRetry = "lastRetry";
const subscriptionDelete = "subscriptionDelete";
......@@ -78,6 +78,7 @@ class VerificarSuscripcionKushkiCommand extends Command {
if ($data['code'] == 200) {
switch ($data["event"]) {
case $this::successfulCharge:
$fechaActual = new \DateTime();
$fecha = new \DateTime();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment