WebGUI 8 adjustments and test upgrades.
This commit is contained in:
parent
9a4703eca0
commit
3b9f7ae127
14 changed files with 115 additions and 132 deletions
|
|
@ -114,6 +114,7 @@ sub getDrivers {
|
|||
my $self = shift;
|
||||
my %drivers = ();
|
||||
CLASS: foreach my $class (@{$self->session->config->get('paymentDrivers')}) {
|
||||
$self->session->log->warn($class);
|
||||
my $driverName = eval { WebGUI::Pluggable::instanciate($class, 'getName', [ $self->session ])};
|
||||
if ($@) {
|
||||
$self->session->log->warn("Error loading $class: $@");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue