From b60b6dbb2495a603c72f64695893423626f5945f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Fri, 18 Aug 2023 18:25:48 +0900 Subject: [PATCH] shoppingmallv2 init... --- app/Config/Constants.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 816c6ad..650159c 100644 --- a/app/Config/Constants.php +++ b/app/Config/Constants.php @@ -211,11 +211,11 @@ define("MALLS", [ 'card' => getenv("mall.card") ?: "TEST", 'payments' => [ 'CookiePayment' => [ - 'token_url' => getenv("mall.payment.card.pay2.token_url") ?: "{TOKEN 발행 URL}", - 'token_id' => getenv("mall.payment.card.pay2.id") ?: 'cookiepayments에서 발급받은 ID', - 'token_key' => getenv("mall.payment.card.pay2.key") ?: 'cookiepayments에서 발급받은 연동키', - 'api_key' => getenv("mall.payment.card.pay2.apikey") ?: "COOKIEPAY에서 발급받은 연동키", - 'api_url' => getenv("mall.payment.card.pay2.url") ?: "{요청도메인}/keyin/payment", + 'token_url' => getenv("mall.payment.pay2pay.token_url") ?: "{TOKEN 발행 URL}", + 'token_id' => getenv("mall.payment.pay2pay.id") ?: 'cookiepayments에서 발급받은 ID', + 'token_key' => getenv("mall.payment.pay2pay.key") ?: 'cookiepayments에서 발급받은 연동키', + 'api_key' => getenv("mall.payment.pay2pay.apikey") ?: "COOKIEPAY에서 발급받은 연동키", + 'api_url' => getenv("mall.payment.pay2pay.url") ?: "{요청도메인}/keyin/payment", ], ], "banks" => [