shoppingmallv2 init...

This commit is contained in:
최준흠 2023-08-18 18:25:48 +09:00
parent d6cc7ce99f
commit b60b6dbb24

View File

@ -211,11 +211,11 @@ define("MALLS", [
'card' => getenv("mall.card") ?: "TEST", 'card' => getenv("mall.card") ?: "TEST",
'payments' => [ 'payments' => [
'CookiePayment' => [ 'CookiePayment' => [
'token_url' => getenv("mall.payment.card.pay2.token_url") ?: "{TOKEN 발행 URL}", 'token_url' => getenv("mall.payment.pay2pay.token_url") ?: "{TOKEN 발행 URL}",
'token_id' => getenv("mall.payment.card.pay2.id") ?: 'cookiepayments에서 발급받은 ID', 'token_id' => getenv("mall.payment.pay2pay.id") ?: 'cookiepayments에서 발급받은 ID',
'token_key' => getenv("mall.payment.card.pay2.key") ?: 'cookiepayments에서 발급받은 연동키', 'token_key' => getenv("mall.payment.pay2pay.key") ?: 'cookiepayments에서 발급받은 연동키',
'api_key' => getenv("mall.payment.card.pay2.apikey") ?: "COOKIEPAY에서 발급받은 연동키", 'api_key' => getenv("mall.payment.pay2pay.apikey") ?: "COOKIEPAY에서 발급받은 연동키",
'api_url' => getenv("mall.payment.card.pay2.url") ?: "{요청도메인}/keyin/payment", 'api_url' => getenv("mall.payment.pay2pay.url") ?: "{요청도메인}/keyin/payment",
], ],
], ],
"banks" => [ "banks" => [