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'));