Browse Source

Stripe : problème webhook Bourlingue #1280

feature/souke
Guillaume Bourgeois 1 year ago
parent
commit
3ae0db879f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      producer/controllers/CreditController.php

+ 1
- 1
producer/controllers/CreditController.php View File

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

die();

Loading…
Cancel
Save