diff --git a/mobile/shop/kcp/KCPComLibrary.php b/mobile/shop/kcp/KCPComLibrary.php
index 077351a93..2ba7dd5cc 100644
--- a/mobile/shop/kcp/KCPComLibrary.php
+++ b/mobile/shop/kcp/KCPComLibrary.php
@@ -108,9 +108,9 @@ class PayService extends SoapClient
$options[ 'classmap' ][ $key ] = $value;
}
}
-
+
parent::__construct( $wsdl, $options );
-
+
$accessCredentialType = null;
$baseRequestType = null;
$approveReq = null;
@@ -160,7 +160,7 @@ class PayService extends SoapClient
$this->approveReq = new ApproveReq();
$productName_utf8 = ( $this->chatsetType == "euc-kr" ) ? iconv( "EUC-KR", "UTF-8", $productName ) : $productName;
-
+
$this->approveReq->accessCredentialType = $this->accessCredentialType;
$this->approveReq->baseRequestType = $this->baseRequestType;
$this->approveReq->escrow = $escrow;
@@ -175,7 +175,7 @@ class PayService extends SoapClient
public function approve()
{
$approve = new approve();
-
+
$approve->req = $this->approveReq;
$this->approveResponse = $this->__soapCall( "approve", array( $approve ),
@@ -188,5 +188,6 @@ class PayService extends SoapClient
$this->resMsg = $this->approveResponse->return->baseResponseType->error->message;
return $this->approveResponse->return;
- }
-}
\ No newline at end of file
+ }
+}
+?>
\ No newline at end of file
diff --git a/mobile/shop/kcp/order_approval_form.php b/mobile/shop/kcp/order_approval_form.php
index 1b811dbe0..dd05714ae 100644
--- a/mobile/shop/kcp/order_approval_form.php
+++ b/mobile/shop/kcp/order_approval_form.php
@@ -1,4 +1,4 @@
-
+
-
+
-
+
-
+
-
+
@@ -253,7 +253,7 @@
-">
+
@@ -284,7 +284,7 @@
- if (preg_match("/orderform.php/", $url)) { ?>
+
비회원 구매
@@ -76,7 +76,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가