Commit eda9a4a9 by Yvon Kerdoncuff

remove debug

parent 9186ba4b
...@@ -73,8 +73,6 @@ class PaymentRepository extends ServiceEntityRepository ...@@ -73,8 +73,6 @@ class PaymentRepository extends ServiceEntityRepository
if ($timeout < new \DateTime()) { if ($timeout < new \DateTime()) {
$p->setStartingPaymentAnalysisStatus('TIMEOUT'); $p->setStartingPaymentAnalysisStatus('TIMEOUT');
} else { } else {
var_dump("OK RETURNING URL !");
die;
return $url; return $url;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment