It's redirecting me to complete page, where I am receiving error: Attempted to call function "normalizer_normalize" from namespace "ETS\Payment\DotpayBundle\Tools"
in line:
$result = $this->ppc->approveAndDeposit($payment->getId(), $payment->getTargetAmount());
It's redirecting me to complete page, where I am receiving error: Attempted to call function "normalizer_normalize" from namespace "ETS\Payment\DotpayBundle\Tools" in line: $result = $this->ppc->approveAndDeposit($payment->getId(), $payment->getTargetAmount());
config.yml
ets_payment_dotpay: direct: id: XXX pin: XXX url: https://ssl.dotpay.pl/ type: 2 return_url: http://mieszkaniaplus.pl
PaymentControler.php