add debug to try/catch block Controller

This commit is contained in:
Cyprian Beauvois 2019-07-16 16:30:52 +02:00
parent 1003147000
commit 8445ce1e34
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class BillingController extends AbstractController
$session = $event->data->object;
// Fulfill the purchase...
file_put_contents("/tmp/test_stripe", json_encode($session));
file_put_contents("/tmp/return_stripe_session", json_encode($session));
//handle_checkout_session($session);
}