Explorar el Código

Stripe : problème webhook Bourlingue #1280

feature/souke
Guillaume Bourgeois hace 1 año
padre
commit
3ae0db879f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      producer/controllers/CreditController.php

+ 1
- 1
producer/controllers/CreditController.php Ver fichero

@@ -327,7 +327,7 @@ class CreditController extends ProducerBaseController
http_response_code(200);
}
else {
http_response_code(400);
http_response_code(200);
}

die();

Cargando…
Cancelar
Guardar