explode correctly str
This commit is contained in:
parent
f2de894540
commit
204de1964c
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue