Fix pluginName for ITransact.
This commit is contained in:
parent
8b32efdc3b
commit
e130fb2c69
2 changed files with 9 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ use HTTP::Request;
|
||||||
use Moose;
|
use Moose;
|
||||||
use WebGUI::Definition::Shop;
|
use WebGUI::Definition::Shop;
|
||||||
extends 'WebGUI::Shop::PayDriver';
|
extends 'WebGUI::Shop::PayDriver';
|
||||||
define pluginName => [qw/label PayDriver_ITransact/];
|
define pluginName => [qw/ITransact PayDriver_ITransact/];
|
||||||
property vendorId => (
|
property vendorId => (
|
||||||
fieldType => 'text',
|
fieldType => 'text',
|
||||||
label => ['vendorId', 'PayDriver_ITransact'],
|
label => ['vendorId', 'PayDriver_ITransact'],
|
||||||
|
|
|
||||||
|
|
@ -112,6 +112,14 @@ if (!$password) {
|
||||||
$password = "joePass";
|
$password = "joePass";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#######################################################################
|
||||||
|
#
|
||||||
|
# getName
|
||||||
|
#
|
||||||
|
#######################################################################
|
||||||
|
|
||||||
|
ok(WebGUI::Shop::PayDriver::ITransact->getName($session), 'getName returns a name');
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
#
|
#
|
||||||
# _generatePaymentRequestXML
|
# _generatePaymentRequestXML
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue