Fix pluginName for ITransact.
This commit is contained in:
parent
8b32efdc3b
commit
e130fb2c69
2 changed files with 9 additions and 1 deletions
|
|
@ -112,6 +112,14 @@ if (!$password) {
|
|||
$password = "joePass";
|
||||
}
|
||||
|
||||
#######################################################################
|
||||
#
|
||||
# getName
|
||||
#
|
||||
#######################################################################
|
||||
|
||||
ok(WebGUI::Shop::PayDriver::ITransact->getName($session), 'getName returns a name');
|
||||
|
||||
#######################################################################
|
||||
#
|
||||
# _generatePaymentRequestXML
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue