@@ -80,7 +80,7 @@ |
||
80 | 80 | |
81 | 81 | // Create a payment |
82 | 82 | $txId = sha1('someid' . $email); |
83 | - $payment = $em->getRepository('BCRMBackendBundle:Payment')->findOneByTxId($txId); |
|
83 | + $payment = $em->getRepository('BCRMBackendBundle:Payment')->findOneByTxId($txId); |
|
84 | 84 | if (!$payment) { |
85 | 85 | $payment = new Payment(); |
86 | 86 | $payment->setTransactionId($txId); |