Index: branches/dev/data/downloads/module/mdl_remise/mdl_remise.php
===================================================================
--- branches/dev/data/downloads/module/mdl_remise/mdl_remise.php	(revision 398)
+++ branches/dev/data/downloads/module/mdl_remise/mdl_remise.php	(revision 11646)
@@ -164,6 +164,4 @@
 	// ¥³¥ó¥Ó¥Ë
 	$objFormParam->splitParamCheckBoxes("convenience");
-
-	$objFormParam->setParam($arrCredit);
 }
 
@@ -248,5 +246,4 @@
 				,"charge_flg" => "2"
 				,"upper_rule_max" => REMISE_CREDIT_UPPER
-				
 			);
 		}
@@ -272,4 +269,5 @@
 				,"charge_flg" => "1"
 				,"upper_rule_max" => REMISE_CONVENIENCE_UPPER
+				,"rule_min" => REMISE_CONVENIENCE_BOTTOM
 			);
 		}
Index: branches/dev/data/downloads/module/mdl_remise/mdl_remise.inc
===================================================================
--- branches/dev/data/downloads/module/mdl_remise/mdl_remise.inc	(revision 11529)
+++ branches/dev/data/downloads/module/mdl_remise/mdl_remise.inc	(revision 11646)
@@ -17,7 +17,8 @@
 define("REMISE_SEND_ENCODE", 'SJIS-win');
 
-// ¥¯¥ì¥¸¥Ã¥È·èºÑ¡¦¥³¥ó¥Ó¥Ë·èºÑ¾å¸Â¶â³Û
+// ¥¯¥ì¥¸¥Ã¥È·èºÑ¡¦¥³¥ó¥Ó¥Ë·èºÑ¾å¸Â¡¦²¼¸Â¶â³Û
 define("REMISE_CREDIT_UPPER", 500000);
 define("REMISE_CONVENIENCE_UPPER", 500000);
+define("REMISE_CONVENIENCE_BOTTOM", 200);
 
 // ¥¯¥ì¥¸¥Ã¥È»ÙÊ§¤¤¥³¡¼¥É(10:°ì³ç 61:Ê¬³ä 80:¥ê¥Ü)
