From 97ced3507ef5279975a27a1e51e4ba2cb031f42a Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 9 Sep 2016 15:41:55 +0900 Subject: [PATCH] =?UTF-8?q?=EB=84=A4=EC=9D=B4=EB=B2=84=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=20=EC=B0=9C=20=ED=85=8C=EC=8A=A4=ED=8A=B8=20=EA=B2=BD=EB=A1=9C?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/settle_naverpay.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shop/settle_naverpay.inc.php b/shop/settle_naverpay.inc.php index 2d9174158..372e0a897 100644 --- a/shop/settle_naverpay.inc.php +++ b/shop/settle_naverpay.inc.php @@ -69,7 +69,7 @@ if($default['de_naverpay_test'] || $default['de_card_test']) { $req_port = 443; if($is_mobile_order) { $orderUrl = 'https://test-m.pay.naver.com/mobile/customer/order.nhn'; - $wishUrl = 'https://m.pay.naver.com/mobile/customer/wishList.nhn'; + $wishUrl = 'https://test-m.pay.naver.com/mobile/customer/wishList.nhn'; } else { $orderUrl = 'https://test-pay.naver.com/customer/order.nhn'; $wishUrl = 'https://test-pay.naver.com/customer/wishlistPopup.nhn';