write out the className, too
This commit is contained in:
parent
bab17655c2
commit
7aabbb07d7
1 changed files with 2 additions and 1 deletions
|
|
@ -455,7 +455,7 @@ sub getId {
|
|||
=head2 getName ( )
|
||||
|
||||
Return a human readable name for this driver. Never overridden in the
|
||||
subclass, instead specified in definition with the name "name".
|
||||
subclass, instead specified via WebGUI::Definition::Shop with the name "pluginName".
|
||||
|
||||
This is a class method.
|
||||
|
||||
|
|
@ -673,6 +673,7 @@ sub write {
|
|||
my $jsonOptions = to_json($properties);
|
||||
$self->session->db->setRow($self->tableName, 'paymentGatewayId', {
|
||||
paymentGatewayId => $self->paymentGatewayId,
|
||||
className => $self->className,
|
||||
options => $jsonOptions,
|
||||
});
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue