From 607e15424d77039540a27c743abafbd2576cd436 Mon Sep 17 00:00:00 2001 From: thisgun Date: Mon, 2 Feb 2026 07:18:28 +0000 Subject: [PATCH] =?UTF-8?q?=ED=86=A0=EC=8A=A4=EA=B2=B0=EC=A0=9C=20?= =?UTF-8?q?=EB=B9=84=ED=9A=8C=EC=9B=90=EA=B2=B0=EC=A0=9C=EA=B0=80=20?= =?UTF-8?q?=EC=95=88=EB=90=98=EB=8A=94=20=EC=98=A4=EB=A5=98=20=EB=B0=8F=20?= =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EA=B0=9C=EC=9D=B8=EA=B2=B0?= =?UTF-8?q?=EC=A0=9C=20=EC=B7=A8=EC=86=8C=EA=B3=BC=EC=A0=95=20=EC=BD=94?= =?UTF-8?q?=EB=93=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/personalpayformupdate.php | 4 ++-- mobile/shop/toss/toss_approval.php | 2 +- shop/toss/orderform.1.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mobile/shop/personalpayformupdate.php b/mobile/shop/personalpayformupdate.php index c0da09f7b..fda4492e8 100644 --- a/mobile/shop/personalpayformupdate.php +++ b/mobile/shop/personalpayformupdate.php @@ -183,7 +183,7 @@ if((int)$pp['pp_price'] !== (int)$pg_price) { include G5_SHOP_PATH.'/lg/xpay_cancel.php'; break; case 'toss': - include G5_SHOP_PATH.'/toss/toss_result.php'; + include G5_SHOP_PATH.'/toss/toss_cancel.php'; break; case 'inicis': include G5_SHOP_PATH.'/inicis/inipay_cancel.php'; @@ -271,7 +271,7 @@ if($pp_receipt_price > 0 && $pp['pp_id'] && $pp['od_id']) { include G5_SHOP_PATH.'/lg/xpay_cancel.php'; break; case 'toss': - include G5_SHOP_PATH.'/toss/toss_result.php'; + include G5_SHOP_PATH.'/toss/toss_cancel.php'; break; case 'inicis': include G5_SHOP_PATH.'/inicis/inipay_cancel.php'; diff --git a/mobile/shop/toss/toss_approval.php b/mobile/shop/toss/toss_approval.php index 84963ab91..5d7db7042 100644 --- a/mobile/shop/toss/toss_approval.php +++ b/mobile/shop/toss/toss_approval.php @@ -90,7 +90,7 @@ foreach($payReqMap as $key => $value) { * 수정불가. */ const clientKey = ""; -const customerKey = ""; +const customerKey = ""; const tossPayments = TossPayments(clientKey); const payment = tossPayments.payment({ customerKey }); diff --git a/shop/toss/orderform.1.php b/shop/toss/orderform.1.php index bf1727e89..509be6904 100644 --- a/shop/toss/orderform.1.php +++ b/shop/toss/orderform.1.php @@ -13,7 +13,7 @@ if($default['de_iche_use'] || $default['de_vbank_use'] || $default['de_hp_use'] * 수정불가. */ const clientKey = ""; -const customerKey = ""; +const customerKey = ""; const tossPayments = TossPayments(clientKey); const payment = tossPayments.payment({ customerKey });