From 0e4c8daf0cc0f065d9560222b8e11f65317e8346 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 24 Mar 2021 09:48:37 +0100 Subject: [PATCH] Paket: UK/GB moves to same zone as CH --- app/models/spree/calculator/sysmocom_value_calculator.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/models/spree/calculator/sysmocom_value_calculator.rb b/app/models/spree/calculator/sysmocom_value_calculator.rb index 545b896..4313e39 100644 --- a/app/models/spree/calculator/sysmocom_value_calculator.rb +++ b/app/models/spree/calculator/sysmocom_value_calculator.rb @@ -33,12 +33,12 @@ module Spree "SK" => 1, "SI" => 1, "ES" => 1, - "SE" => 1, - "GB" => 1 + "SE" => 1 }.freeze() ZONE2 = { - "CH" => 1 + "CH" => 1, + "GB" => 1 }.freeze() ZONE3 = {