/* ============================================================================== */ /* = PAGE : ȯ PAGE = */ /* =----------------------------------------------------------------------------= */ /* = ϴ Ʒ ּҷ ϼż ȮϽñ ٶϴ.= */ /* = ּ : http://kcp.co.kr/technique.requestcode.do = */ /* =----------------------------------------------------------------------------= */ /* = Copyright (c) 2016 NHN KCP Inc. All Rights Reserverd. = */ /* ============================================================================== */ /* ============================================================================== */ /* = = */ /* = * g_conf_home_dir = */ /* =----------------------------------------------------------------------------= */ /* = BIN Է (bin = */ /* ============================================================================== */ $g_conf_home_dir = "/data1/newpg/pay/kimhj/ax_hub_linux_jsp_add"; // BIN Է (bin) /* ============================================================================== */ /* = = */ /* = * g_conf_log_path = */ /* =----------------------------------------------------------------------------= */ /* = log = */ /* ============================================================================== */ $g_conf_log_path = "/../log"; /* ============================================================================== */ /* = = */ /* = * g_conf_gw_url = */ /* =----------------------------------------------------------------------------= */ /* = Ʈ : testpaygw.kcp.co.kr ֽʽÿ. = */ /* = ǰ : paygw.kcp.co.kr ֽʽÿ. = */ /* ============================================================================== */ $g_conf_gw_url = "testpaygw.kcp.co.kr"; /* ============================================================================== */ /* = = */ /* = * ǥ â g_conf_js_url = */ /* =----------------------------------------------------------------------------= */ /* = Ʈ : src="https://testpay.kcp.co.kr/plugin/payplus_web.jsp" = */ /* = ǰ : src="https://pay.kcp.co.kr/plugin/payplus_web.jsp" = */ /* =----------------------------------------------------------------------------= */ /* ============================================================================== */ $g_conf_js_url = "https://testpay.kcp.co.kr/plugin/payplus_web.jsp"; /* ============================================================================== */ /* = Ʈ SOAP = */ /* =----------------------------------------------------------------------------= */ /* = Ʈ : KCPPaymentService.wsdl = */ /* = ǰ : real_KCPPaymentService.wsdl = */ /* ============================================================================== */ $g_wsdl = "KCPPaymentService.wsdl"; /* ============================================================================== */ /* = g_conf_site_cd, g_conf_site_key = */ /* = ǰ KCP ߱ Ʈڵ(site_cd), ƮŰ(site_key) ݵ = */ /* = ּž ˴ϴ. = */ /* =----------------------------------------------------------------------------= */ /* = Ʈ : Ʈڵ(T0000) ƮŰ(3grptw1.zW0GSo4PQdaGvsF__) = */ /* = ֽʽÿ. = */ /* = ǰ : ݵ KCP ߱ Ʈڵ(site_cd) ƮŰ(site_key) = */ /* = ֽʽÿ. = */ /* ============================================================================== */ $g_conf_site_cd = "T0000"; $g_conf_site_key = "3grptw1.zW0GSo4PQdaGvsF__"; /* ============================================================================== */ /* = g_conf_site_name = */ /* =----------------------------------------------------------------------------= */ /* = Ʈ (ѱ Ұ) : ݵ ڷ Ͽ ֽñ ٶϴ. = */ /* ============================================================================== */ $g_conf_site_name = "KCP TEST SHOP"; /* ============================================================================== */ /* = ¾ ( Ұ) = */ /* ============================================================================== */ $g_conf_log_level = "3"; $g_conf_gw_port = "8090"; // Ʈȣ(Ұ) $module_type = "01"; // Ұ ?>