Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kohinos-tav
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
agplv3
kohinos-tav
Commits
ff90af24
Commit
ff90af24
authored
Apr 03, 2024
by
Damien Moulard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove todos
parent
8fc7cd05
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
CaptureAction.php
lib/ekyna/payum-payzen/Action/CaptureAction.php
+0
-1
Payment.php
src/Entity/Payment.php
+0
-2
No files found.
lib/ekyna/payum-payzen/Action/CaptureAction.php
View file @
ff90af24
...
...
@@ -62,7 +62,6 @@ class CaptureAction implements ActionInterface, GatewayAwareInterface, GenericTo
$model
[
'vads_url_check'
]
=
$notifyToken
->
getTargetUrl
();
}
// TODO : here ?
// Set recurrent payment data if needed
$payment
=
$request
->
getFirstModel
();
if
(
true
==
$payment
->
getIsRecurrent
())
{
...
...
src/Entity/Payment.php
View file @
ff90af24
...
...
@@ -21,8 +21,6 @@ class Payment extends BasePayment
const
TYPE_PAIEMENT_COTISATION_TAV
=
'paiement_cotisation_tav'
;
const
TYPE_PAIEMENT_RECURRENT_COTISATION_TAV
=
'paiement_recurrent_cotisation_tav'
;
// todo : new field pour donnes d'abonnement
/**
* @var \Ramsey\Uuid\UuidInterface
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment