Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
P
php-stpp
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
common
php-stpp
Commits
819f569b
Commit
819f569b
authored
Apr 23, 2020
by
Tomek Jankowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update to support recurring transacitons
parent
c5bbed9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
1 deletion
+27
-1
lib/Fragment/Operation.php
lib/Fragment/Operation.php
+27
-1
No files found.
lib/Fragment/Operation.php
View file @
819f569b
...
@@ -34,7 +34,33 @@ class Operation extends FragmentAbstract
...
@@ -34,7 +34,33 @@ class Operation extends FragmentAbstract
$this
->
options
[
"parenttransactionreference"
]
=
$reference
;
$this
->
options
[
"parenttransactionreference"
]
=
$reference
;
return
$this
;
return
$this
;
}
}
/**
* Set the subscriptionnumber.
*/
public
function
setSubscriptionNumber
(
$number
)
{
$this
->
options
[
"subscriptionnumber"
]
=
$number
;
return
$this
;
}
/**
* Set the subscriptiontype.
*/
public
function
setSubscriptionType
(
$type
)
{
$this
->
options
[
"subscriptiontype"
]
=
$type
;
return
$this
;
}
/**
* Set the credentialsonfile 1 - store, 2 - use stored, not set - do not store
*/
public
function
setCredentialsOnFile
(
$number
)
{
$this
->
options
[
"credentialsonfile"
]
=
$number
;
return
$this
;
}
/**
/**
* Set the site reference that is being used in this operation.
* Set the site reference that is being used in this operation.
...
@@ -76,4 +102,4 @@ class Operation extends FragmentAbstract
...
@@ -76,4 +102,4 @@ class Operation extends FragmentAbstract
$this
->
options
[
"pares"
]
=
$value
;
$this
->
options
[
"pares"
]
=
$value
;
return
$this
;
return
$this
;
}
}
}
}
\ No newline at end of file
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