Index: /lib/wpsg_calculation.class.php
===================================================================
--- /lib/wpsg_calculation.class.php	(revision 8159)
+++ /lib/wpsg_calculation.class.php	(revision 8160)
@@ -1338,5 +1338,5 @@
 			
 			// "Mwst. gemÃ€Ã Lieferland berechnen" beachten
-			if (\wpsg_ShopController::getShop()->get_option('wpsg_deliverycountrytax') === '1' && ($ses['checkout']['shipping_land']??0) > 0 && ($ses['checkout']['shipping_land']??0) != $oDefaultCountry->id) {
+			if (\wpsg_ShopController::getShop()->get_option('wpsg_deliverycountrytax') === '1' && ($ses['checkout']['shipping_land']??0) > 0 && ($ses['checkout']['shipping_land']??0) != $ses['checkout']['land']) {
 			
 				$oShippingCountry = \wpsg_country::getInstance($ses['checkout']['shipping_land']);
