fix syntax error in FlatRate, calculate
This commit is contained in:
parent
c61890392c
commit
79dc7757a6
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ sub calculate {
|
|||
}
|
||||
}
|
||||
if ($anyShippable) {
|
||||
$cost += $flatFee;
|
||||
$cost += $self->get('flatFee');
|
||||
}
|
||||
return $cost;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue