add debug to try/catch block Controller
This commit is contained in:
parent
1003147000
commit
8445ce1e34
|
@ -42,7 +42,7 @@ class BillingController extends AbstractController
|
||||||
$session = $event->data->object;
|
$session = $event->data->object;
|
||||||
|
|
||||||
// Fulfill the purchase...
|
// 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);
|
//handle_checkout_session($session);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue