fix [ 1304940 ] Incorrect Spelling of Instantiate

This commit is contained in:
Wouter van Oijen 2005-09-26 21:00:44 +00:00
parent d89b8f1794
commit 6be547e55a
9 changed files with 12 additions and 12 deletions

View file

@ -42,7 +42,7 @@ method if your plugin can handle recurring payments.
A hashref containing:
id => the gateway ID of the transaction,
transaction => the instanciated WebGUI::Commerce::Transaction object
transaction => the instantiated WebGUI::Commerce::Transaction object
=cut
@ -167,7 +167,7 @@ sub get {
=head2 getEnabledPlugins
Returns a reference to an array of all enabled instanciated payment plugins.
Returns a reference to an array of all enabled instantiated payment plugins.
=cut

View file

@ -128,7 +128,7 @@ sub getShippingItems {
=head2 getEnabledPlugins
Returns a reference to an array of all enabled instanciated payment plugins.
Returns a reference to an array of all enabled instantiated payment plugins.
=cut

View file

@ -199,7 +199,7 @@ The total price of this item. Ie. totalPrice = quantity * price.
=head3 item
The instanciated plugin of this item. See WebGUI::Commerce::Item for a detailed API.
The instantiated plugin of this item. See WebGUI::Commerce::Item for a detailed API.
=cut