Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
musica_listas_umusic
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Cristian Mauricio Diaz Canales
musica_listas_umusic
Commits
ce23eb13
Commit
ce23eb13
authored
Oct 11, 2019
by
Cristian Mauricio Diaz Canales
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mejora clase Kushki
parent
3819537d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
src/Utilities/Kushki.php
src/Utilities/Kushki.php
+12
-1
No files found.
src/Utilities/Kushki.php
View file @
ce23eb13
...
...
@@ -28,6 +28,7 @@ class Kushki {
public
$periodicity
;
public
$subscriptionStartDate
;
public
$internalId
;
public
$productId
;
public
function
callSuscripcionKushki
(
$em
)
{
$log
=
Utiles
::
setLog
(
"Kushki::callSuscripcionKushki"
,
'project/ws/kushki/pagos/suscripcion'
);
...
...
@@ -100,7 +101,8 @@ class Kushki {
.
"&email="
.
$this
->
getEmail
()
.
"&periodicity="
.
$this
->
getPeriodicity
()
.
"&subscriptionStartDate="
.
$this
->
getSubscriptionStartDate
()
.
"&internalId="
.
$this
->
getInternalId
();
.
"&internalId="
.
$this
->
getInternalId
()
.
"&productId="
.
$this
->
getProductId
();
}
public
function
getToken
()
{
...
...
@@ -190,5 +192,14 @@ class Kushki {
public
function
setInternalId
(
$internalId
)
{
$this
->
internalId
=
$internalId
;
}
public
function
getProductId
()
{
return
$this
->
productId
;
}
public
function
setProductId
(
$productId
)
{
$this
->
productId
=
$productId
;
}
}
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