Update Commerce/Payment superclass POD for init.
Add POD to ITransact payment plugin.
This commit is contained in:
parent
34b2068286
commit
6409700560
2 changed files with 29 additions and 1 deletions
|
|
@ -187,10 +187,14 @@ sub getEnabledPlugins {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 init ( namespace )
|
||||
=head2 init ( session, namespace )
|
||||
|
||||
Constructor for the plugin. You should extend this method.
|
||||
|
||||
=head3 session
|
||||
|
||||
A copy of the session object
|
||||
|
||||
=head3 namespace
|
||||
|
||||
The namespace of the plugin.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue