Update ipn.php
This commit is contained in:
parent
e89ff94d74
commit
fb71edd35a
@ -88,7 +88,10 @@ catch(\UnexpectedValueException $e) {
|
|||||||
// Do something with $event
|
// Do something with $event
|
||||||
|
|
||||||
http_response_code(200); // PHP 5.4 or greater
|
http_response_code(200); // PHP 5.4 or greater
|
||||||
|
|
||||||
$langs->load("main");
|
$langs->load("main");
|
||||||
|
|
||||||
|
// TODO Do we really need a user in setup just to have an name to fill an email topic when it is a technical system notification email
|
||||||
$user = new User($db);
|
$user = new User($db);
|
||||||
$user->fetch($conf->global->STRIPE_USER_ACCOUNT_FOR_ACTIONS);
|
$user->fetch($conf->global->STRIPE_USER_ACCOUNT_FOR_ACTIONS);
|
||||||
$user->getrights();
|
$user->getrights();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user