Index: branches/version-2_13-dev/data/class/helper/SC_Helper_Purchase.php
===================================================================
--- branches/version-2_13-dev/data/class/helper/SC_Helper_Purchase.php	(revision 23546)
+++ branches/version-2_13-dev/data/class/helper/SC_Helper_Purchase.php	(revision 23563)
@@ -294,5 +294,5 @@
 
         //国ID追加
-        $sqlval['order_country_id'] = DEFAULT_COUNTRY_ID;
+        $sqlval['order_country_id'] = ($sqlval['order_country_id']) ? $sqlval['order_country_id'] :  DEFAULT_COUNTRY_ID;
 
         if (SC_Utils_Ex::isBlank($exists)) {
