Checking in commerce stuff
This commit is contained in:
parent
d0374dcca3
commit
6e4cefc7c0
14 changed files with 1006 additions and 44 deletions
|
|
@ -160,6 +160,9 @@ sub readConfig {
|
|||
$data{$directive} = {};
|
||||
}
|
||||
}
|
||||
if (ref $data{shippingPlugins} ne "ARRAY") {
|
||||
$data{shippingPlugins} = [$data{shippingPlugins}] if ($data{shippingPlugins});
|
||||
}
|
||||
if( defined( $data{scripturl} ) ) {
|
||||
# get rid of leading "/" if present.
|
||||
$data{scripturl} =~ s/^\///;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue