You've already forked symfony-billing
dev push
This commit is contained in:
@@ -8,7 +8,7 @@ class BillingController extends AbstractController
|
|||||||
{
|
{
|
||||||
public function webhook()
|
public function webhook()
|
||||||
{
|
{
|
||||||
\Stripe\Stripe::setApiKey($this->container->get('stripe_api_key_secret'));
|
\Stripe\Stripe::setApiKey($this->getParameter('stripe_api_key_secret'));
|
||||||
|
|
||||||
// You can find your endpoint's secret in your webhook settings
|
// You can find your endpoint's secret in your webhook settings
|
||||||
$endpoint_secret = $this->container->get('stripe_webhook_key');
|
$endpoint_secret = $this->container->get('stripe_webhook_key');
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace Bluesquare\BillingBundle\Service;
|
|
||||||
|
|
||||||
class PaymentSrv
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user