dev push
This commit is contained in:
parent
ecedac95ea
commit
a80d52d8ee
|
@ -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
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue