Commit ff90af24 by Damien Moulard

remove todos

parent 8fc7cd05
...@@ -62,7 +62,6 @@ class CaptureAction implements ActionInterface, GatewayAwareInterface, GenericTo ...@@ -62,7 +62,6 @@ class CaptureAction implements ActionInterface, GatewayAwareInterface, GenericTo
$model['vads_url_check'] = $notifyToken->getTargetUrl(); $model['vads_url_check'] = $notifyToken->getTargetUrl();
} }
// TODO : here ?
// Set recurrent payment data if needed // Set recurrent payment data if needed
$payment = $request->getFirstModel(); $payment = $request->getFirstModel();
if (true == $payment->getIsRecurrent()) { if (true == $payment->getIsRecurrent()) {
......
...@@ -21,8 +21,6 @@ class Payment extends BasePayment ...@@ -21,8 +21,6 @@ class Payment extends BasePayment
const TYPE_PAIEMENT_COTISATION_TAV = 'paiement_cotisation_tav'; const TYPE_PAIEMENT_COTISATION_TAV = 'paiement_cotisation_tav';
const TYPE_PAIEMENT_RECURRENT_COTISATION_TAV = 'paiement_recurrent_cotisation_tav'; const TYPE_PAIEMENT_RECURRENT_COTISATION_TAV = 'paiement_recurrent_cotisation_tav';
// todo : new field pour donnes d'abonnement
/** /**
* @var \Ramsey\Uuid\UuidInterface * @var \Ramsey\Uuid\UuidInterface
* *
......
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