From ecedac95ea458f7f6500183fd64e7db22efab72f Mon Sep 17 00:00:00 2001 From: cbeauvoi Date: Tue, 16 Jul 2019 15:04:21 +0200 Subject: [PATCH] dev push --- 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 5f4f3db..1f14d48 100644 --- a/BillingBundle/Controller/BillingController.php +++ b/BillingBundle/Controller/BillingController.php @@ -6,7 +6,7 @@ use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; class BillingController extends AbstractController { - public function webhookAction() + public function webhook() { \Stripe\Stripe::setApiKey($this->container->get('stripe_api_key_secret'));