Update Commerce/Payment superclass POD for init.

Add POD to ITransact payment plugin.
This commit is contained in:
Colin Kuskie 2006-03-05 07:00:22 +00:00
parent 34b2068286
commit 6409700560
2 changed files with 29 additions and 1 deletions

View file

@ -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.