This commit is contained in:
Cyprian Beauvois 2019-07-16 15:04:21 +02:00
parent 76ba485fb2
commit ecedac95ea
1 changed files with 1 additions and 1 deletions

View File

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