fix [ 1304940 ] Incorrect Spelling of Instantiate
This commit is contained in:
parent
d89b8f1794
commit
6be547e55a
9 changed files with 12 additions and 12 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue