dev push
This commit is contained in:
parent
76ba485fb2
commit
ecedac95ea
|
@ -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'));
|
||||
|
||||
|
|
Loading…
Reference in New Issue