You've already forked symfony-billing
dev push
This commit is contained in:
@@ -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'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user