주문서 카카오페이

This commit is contained in:
sora90224
2015-09-16 13:39:06 +09:00
parent 171fe1b533
commit 38fc34f438
4 changed files with 6 additions and 4 deletions

View File

@ -568,7 +568,7 @@ if($is_kakaopay_use) {
// 카카오페이
if($is_kakaopay_use) {
$multi_settle++;
echo '<li><input type="radio" id="od_settle_kakaopay" name="od_settle_case" value="KAKAOPAY" '.$checked.'> <label for="od_settle_kakaopay">KAKAOPAY</label></li>'.PHP_EOL;
echo '<li><input type="radio" id="od_settle_kakaopay" name="od_settle_case" value="KAKAOPAY" '.$checked.'> <label for="od_settle_kakaopay" class="kakaopay_icon">KAKAOPAY</label></li>'.PHP_EOL;
$checked = '';
}