Commit 1e085679 by Yvon

copy paste fix

parent 07a9e84f
...@@ -60,7 +60,7 @@ class TAVCotisationUtils ...@@ -60,7 +60,7 @@ class TAVCotisationUtils
&& $p->getStatus() !== GetHumanStatus::STATUS_CANCELED && $p->getStatus() !== GetHumanStatus::STATUS_CANCELED
&& $p->getStatus() !== GetHumanStatus::STATUS_EXPIRED && $p->getStatus() !== GetHumanStatus::STATUS_EXPIRED
&& $p->details && $p->details
&& array_key_exists('vads_identifier',$this->details) //some payment without vads_identifier have status NEW but are not real recurring payments && array_key_exists('vads_identifier',$p->details) //some payment without vads_identifier have status NEW but are not real recurring payments
) { ) {
//Everytime payzen sends a recurring payment notification, notification is //Everytime payzen sends a recurring payment notification, notification is
//caught by notifyRecurringPaymentAction, which does not update payment status. //caught by notifyRecurringPaymentAction, which does not update payment status.
......
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