sysmocom_value_calculator: Increase postage to EUR 5.50 (> 5.16 UPS)

This commit is contained in:
Harald Welte 2022-01-04 15:49:23 +01:00
parent 0e4c8daf0c
commit 52de319def
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ module Spree
# we choose pricing between 2kg and 5kg
def price_germany(value, weight)
if weight < 2000
price = 4.99
price = 5.50
elsif weight < 5000
price = 5.99
elsif weight < 10000