|
|
@@ -58,9 +58,11 @@
|
|
|
|
|
|
<form id="order_info" name="order_info" method="post" action="/order/pay/result/response" ></form>
|
|
|
|
|
|
-
|
|
|
- <input type="button" id="buyBtn" value="테스트버튼" style="width:200px; height:200px;"/>
|
|
|
-
|
|
|
+ <div style="margin:20px;">
|
|
|
+ <input type="button" id="buyBtn" value="KCP테스트버튼" style="width:200px; height:70px; background-color: black; color: white; border: unset;"/>
|
|
|
+ <input type="button" id="kakaoBtn" value="카카오테스트버튼" style="width:200px; height:70px; background-color: #fffa00; color: black; border: unset;"/>
|
|
|
+ <input type="button" id="naverBtn" value="네이버테스트버튼" style="width:200px; height:70px; background-color: lawngreen; color: black; border: unset;"/>
|
|
|
+ </div>
|
|
|
<!-- // xodud1202 -->
|
|
|
|
|
|
|
|
|
@@ -288,9 +290,6 @@
|
|
|
});
|
|
|
}
|
|
|
</script>
|
|
|
-
|
|
|
- <input type="button" id="kakaoBtn" value="카카오테스트버튼" style="width:200px; height:200px;"/>
|
|
|
- <input type="button" id="naverBtn" value="네이버테스트버튼" style="width:200px; height:200px;"/>
|
|
|
<!-- // card007 -->
|
|
|
|
|
|
|