0/2 discussions resolved
-
Toggle commit list
-
changed title from WIP: cosmetic to WIP: payment duplicates
Toggle commit list -
Toggle commit list
-
Toggle commit list
-
Toggle commit list
-
Toggle commit list
-
Toggle commit list
-
Toggle commit list
-
Toggle commit list
-
Toggle commit list
-
Toggle commit list
-
unmarked as a Work In Progress
Toggle commit list -
141 145 $captureToken->setTargetUrl($targetUrl); 142 146 $captureToken->setAfterUrl($afterUrl); 143 147 148 $targetUrl = $captureToken->getTargetUrl(); 149 /* @var Payment $payment */ 150 if (!$payment->getPayzenStartingPaymentUrl()) { -
Master
j'ai l'impression que cet attribut n'est plus utile, si ? Auquel cas je propose de le supprimer et la migration associée ?
-
-
-
39 41 return $results[0]; 40 42 } 41 43 } 44 45 /* 46 * Everytime a user clicks on "Payer en CB" button on the kohinos side, 47 * a Payment entry is created. 48 * We want to prevent a user from starting several payments, which can 49 * lead to duplicates. 50 * We mark as unvalid Payment that are unvalid when we check them. 51 */ 52 public function findValidStartingPayment($clientEmail) 53 { 54 //At first, this method was created to return the url of an existing starting payment. -
Master
proposition de simplifier ce commentaire une fois cette notion d'url enlevée
-
-
-
Toggle commit list
-
merged
Toggle commit list