WERT INTERNATIONAL includes EINSCHREIBEN INTERNATIONAL

so we don't need to add the EUR 2.50
This commit is contained in:
Harald Welte 2017-01-31 13:16:01 +01:00
parent aac64aa2a9
commit 7dd5700701
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ module Spree
return base
end
return base + 2.5 + (((shipping_value.round / 100) + 1) * 2)
return base + (((shipping_value.round / 100) + 1) * 2)
end
end