Fix double my in Shop/Ship.pm
This commit is contained in:
parent
a26f85c8c0
commit
e116354946
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ sub getOptions {
|
|||
next SHIPPER unless $shipper->canUse;
|
||||
my ($price, $hasPrice);
|
||||
if ($cart->get('shippingAddressId')) {
|
||||
my $price = eval { $shipper->calculate($cart) };
|
||||
$price = eval { $shipper->calculate($cart) };
|
||||
if (my $e = WebGUI::Error->caught()) {
|
||||
$self->session->log->warn($e->error);
|
||||
next SHIPPER;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue