new pricing for Warenpost Intl. from Jan 1st, 2020

This commit is contained in:
Harald Welte 2020-01-01 21:24:22 +01:00
parent 2cd17f0e4b
commit 96c2e7084a
1 changed files with 3 additions and 3 deletions

View File

@ -40,11 +40,11 @@ module Spree
def postage_for_weight_INTL(weight)
# Warenpost International Unterschrift S: 6.20 / M: 9.50 / L: 19.50
if weight < 500
return 6.20
return 7.20
elsif weight < 1000
return 9.50
return 10.50
elsif weight < 2000
return 19.50
return 20.50
else
return 99999
end