You've already forked symfony-billing
explode correctly str
This commit is contained in:
@@ -35,7 +35,7 @@ class BillingController extends AbstractController
|
|||||||
|
|
||||||
$serviceToCall = $this->container->getParameter('payment_confirmation_service');
|
$serviceToCall = $this->container->getParameter('payment_confirmation_service');
|
||||||
|
|
||||||
list($service, $function) = str_split($serviceToCall, '::');
|
list($service, $function) = explode('::', $serviceToCall);
|
||||||
|
|
||||||
$srv = null;
|
$srv = null;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user