{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
-
added 1 commit
- 52628248 - a tester : redirige vers une page de paiement déjà existante
Toggle commit list -
changed title from WIP: cosmetic to WIP: payment duplicates
Toggle commit list -
added 1 commit
- 54cc9f01 - redirige vers une page de paiement déjà existante : use 10 minutes fixed payzen page timeout
Toggle commit list -
-
added 1 commit
- 9186ba4b - take into account payment lines with status new or null
Toggle commit list -
-
-
-
-
-
added 9 commits
-
9a43fb2e...609fe300 - 8 commits from branch
develop
- 3e5789d7 - Merge branch 'develop' into 6715-payment-duplicates
Toggle commit list -
9a43fb2e...609fe300 - 8 commits from branch
-
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
-
-
-
-
merged
Toggle commit list