From 8445ce1e34c1142ffde95888889e0a2a82bf7315 Mon Sep 17 00:00:00 2001 From: cbeauvoi Date: Tue, 16 Jul 2019 16:30:52 +0200 Subject: [PATCH] add debug to try/catch block Controller --- BillingBundle/Controller/BillingController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BillingBundle/Controller/BillingController.php b/BillingBundle/Controller/BillingController.php index f86861a..3b3df1f 100644 --- a/BillingBundle/Controller/BillingController.php +++ b/BillingBundle/Controller/BillingController.php @@ -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); }