From 3850ae8fe376ccc5a348ed5c57eab675fec3bf7f Mon Sep 17 00:00:00 2001
From: chicpro
Date: Wed, 8 May 2013 17:21:18 +0900
Subject: [PATCH] =?UTF-8?q?=EC=8A=A4=EB=A7=88=ED=8A=B8=ED=8F=B0=20?=
=?UTF-8?q?=EA=B2=B0=EC=A0=9C=20=EB=AA=A8=EB=93=88=20=EC=A0=81=EC=9A=A9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
extend/shop.extend.php | 2 +
mobile/shop/kcp/_common.php | 7 +
mobile/shop/kcp/cancel.php | 135 --------
mobile/shop/kcp/order_approval.php | 36 +-
mobile/shop/kcp/order_approval_form.php | 13 +-
mobile/shop/kcp/pp_ax_hub.php | 182 +---------
mobile/shop/kcp/pp_ax_hub_cancel.php | 59 ++++
mobile/shop/kcp/pp_ax_hub_result.php | 117 +++++++
mobile/shop/kcp/result.php | 433 ------------------------
mobile/shop/orderform.php | 198 ++++++++---
mobile/shop/orderformupdate.php | 351 +++++++++++++++++++
mobile/shop/settle_kcp.inc.php | 38 +--
shop/kcp/pp_ax_hub_cancel.php | 146 ++++----
shop/orderform.php | 10 +-
14 files changed, 804 insertions(+), 923 deletions(-)
create mode 100644 mobile/shop/kcp/_common.php
delete mode 100644 mobile/shop/kcp/cancel.php
create mode 100644 mobile/shop/kcp/pp_ax_hub_cancel.php
create mode 100644 mobile/shop/kcp/pp_ax_hub_result.php
delete mode 100644 mobile/shop/kcp/result.php
create mode 100644 mobile/shop/orderformupdate.php
diff --git a/extend/shop.extend.php b/extend/shop.extend.php
index 844b21a52..8f04f41fb 100644
--- a/extend/shop.extend.php
+++ b/extend/shop.extend.php
@@ -19,8 +19,10 @@ define('G4_MSHOP_URL', G4_MOBILE_URL.'/'.G4_SHOP_DIR);
// 보안서버주소 설정
if (G4_HTTPS_DOMAIN) {
define('G4_HTTPS_SHOP_URL', G4_HTTPS_DOMAIN.'/'.G4_SHOP_DIR);
+ define('G4_HTTPS_MSHOP_URL', G4_HTTPS_DOMAIN.'/'.G4_MOBILE_DIR.'/'.G4_SHOP_DIR);
} else {
define('G4_HTTPS_SHOP_URL', G4_SHOP_URL);
+ define('G4_HTTPS_MSHOP_URL', G4_MSHOP_URL);
}
// 미수금에 대한 QUERY 문
diff --git a/mobile/shop/kcp/_common.php b/mobile/shop/kcp/_common.php
new file mode 100644
index 000000000..4c3769a19
--- /dev/null
+++ b/mobile/shop/kcp/_common.php
@@ -0,0 +1,7 @@
+쇼핑몰 설치 후 이용해 주십시오.
');
+define('_SHOP_', true);
+?>
\ No newline at end of file
diff --git a/mobile/shop/kcp/cancel.php b/mobile/shop/kcp/cancel.php
deleted file mode 100644
index 8427346aa..000000000
--- a/mobile/shop/kcp/cancel.php
+++ /dev/null
@@ -1,135 +0,0 @@
-
- /* ============================================================================== */
- /* = PAGE : 취소 요청 PAGE = */
- /* = -------------------------------------------------------------------------- = */
- /* = 아래의 ※ 주의 ※ 부분을 꼭 참고하시여 연동을 진행하시기 바랍니다. = */
- /* = -------------------------------------------------------------------------- = */
- /* = 연동시 오류가 발생하는 경우 아래의 주소로 접속하셔서 확인하시기 바랍니다.= */
- /* = 접속 주소 : http://testpay.kcp.co.kr/pgsample/FAQ/search_error.jsp = */
- /* = -------------------------------------------------------------------------- = */
- /* = Copyright (c) 2010.02 KCP Inc. All Rights Reserverd. = */
- /* ============================================================================== */
-?>
-
-
-
-
-
- *** KCP [AX-HUB Version] ***
-
-
-
-
-
-
-
-
-
- /* ============================================================================== */
- /* = 1. 취소 요청 정보 입력 폼(cancel_info) = */
- /* = -------------------------------------------------------------------------- = */
- /* = 취소 요청에 필요한 정보를 설정합니다. = */
- /* = -------------------------------------------------------------------------- = */
-?>
-
-
-
-
diff --git a/mobile/shop/kcp/order_approval.php b/mobile/shop/kcp/order_approval.php
index 7a70fa156..98ddded54 100644
--- a/mobile/shop/kcp/order_approval.php
+++ b/mobile/shop/kcp/order_approval.php
@@ -1,37 +1,35 @@
/* = -------------------------------------------------------------------------- = */
@@ -119,7 +120,7 @@
.COMMENT { font-family:"굴림","굴림체"; font-size:9pt; line-height:160% }
-
+
-
-
-
-
-
-