Commit 62d20081 by Yvon Kerdoncuff

remove wrong comment

parent 83738085
...@@ -44,10 +44,9 @@ class PaymentRepository extends ServiceEntityRepository ...@@ -44,10 +44,9 @@ class PaymentRepository extends ServiceEntityRepository
/* /*
* Everytime a user clicks on "Payer en CB" button on the kohinos side, * Everytime a user clicks on "Payer en CB" button on the kohinos side,
* a Payment entry is created, with status NULL. * a Payment entry is created.
* We want to prevent a user from starting several payments, which can * We want to prevent a user from starting several payments, which can
* lead to duplicates. * lead to duplicates.
* If we find a valid starting Payment, we will return the payzen URL used to start the payment.
* We mark as unvalid Payment that are unvalid when we check them. * We mark as unvalid Payment that are unvalid when we check them.
*/ */
public function findValidStartingPayment($clientEmail) public function findValidStartingPayment($clientEmail)
......
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