Quellcode durchsuchen

이태영 - 20210422 입점 발주 최종 확인

xodud1202 vor 5 Jahren
Ursprung
Commit
2f1cf18a89

+ 22 - 6
src/main/resources/config/application-dev.yml

@@ -74,10 +74,26 @@ sabangnet:
 
 # PG
 pg:
-    nicepay:
-        merchantId: nictest00m
-        merchantKey: 33F49GnCMS1mFYlGXisbUDzVf2ATWCl9k3R++d5hDd3Frmuos/XLx8XhXpe+LDYAbpGKZYSwtlyyLOtS/8aD7A==
-        log.path: /home/app/logs/nicepay
-        account.cert.url: https://webapi.nicepay.co.kr/api/checkBankAccountAPI.jsp
-        vbank.refund.url: https://webapi.nicepay.co.kr/v2/api/merchant/vbank_refund.jsp
+    kcp:
+        log.dir: /WIDE/workspace/files/data/style24/logs/front
+        gw:
+            url: testpaygw.kcp.co.kr
+            port: 8090
+        js.url: https://testpay.kcp.co.kr/plugin/payplus_web.jsp
+        server: false
+        site:
+            cd: T0000
+            key: 3grptw1.zW0GSo4PQdaGvsF__
+            name: ISTYLE TEST
+        log.level: 3
+        module.type: 01
+        tx.mode: 0
+        receipt.url : https://testadmin8.kcp.co.kr/assist/bill.BillActionNew.do
+
+# 네이버페이 API
+naverPay:
+    apiUrl: https://dev.apis.naver.com/
+    payUrl:
+        web : test-pay.naver.com
+        mob : test-m.pay.naver.com
 

+ 25 - 0
src/main/resources/config/application-locd.yml

@@ -71,3 +71,28 @@ erp:
    api:
        stock.url: http://erp.hansaemk.com:96/api/hsdr/Shop/GoodsInfo
        goods.url: http://erp.hansaemk.com:96/api/hsdr/Shop
+
+# PG
+pg:
+    kcp:
+        log.dir: /WIDE/workspace/files/data/style24/logs/front
+        gw:
+            url: testpaygw.kcp.co.kr
+            port: 8090
+        js.url: https://testpay.kcp.co.kr/plugin/payplus_web.jsp
+        server: false
+        site:
+            cd: T0000
+            key: 3grptw1.zW0GSo4PQdaGvsF__
+            name: ISTYLE TEST
+        log.level: 3
+        module.type: 01
+        tx.mode: 0
+        receipt.url : https://testadmin8.kcp.co.kr/assist/bill.BillActionNew.do
+
+# 네이버페이 API
+naverPay:
+    apiUrl: https://dev.apis.naver.com/
+    payUrl:
+        web : test-pay.naver.com
+        mob : test-m.pay.naver.com

+ 23 - 7
src/main/resources/config/application-locp.yml

@@ -73,11 +73,27 @@ sabangnet:
 
 # PG
 pg:
-    nicepay:
-        merchantId: wivismallm
-        merchantKey: pXTdML8rIaOVCeXQQsyRp1uCfTSTT/n80BV4LCqa+/yJM64MYIqeBCIQdH1rKhJRwSOsdCxVPa1V6hRxkkdJxg==
-        cancelPwd: wivis@2020
-        log.path: /WIDE/workspace/logs/wivis
-        account.cert.url: https://webapi.nicepay.co.kr/api/checkBankAccountAPI.jsp
-        vbank.refund.url: https://webapi.nicepay.co.kr/v2/api/merchant/vbank_refund.jsp
+    kcp:
+        log.dir: /WIDE/workspace/files/data/style24/logs/front
+        gw:
+            url: paygw.kcp.co.kr
+            port: 8090
+        user.type: PGNW
+        js.url: https://pay.kcp.co.kr/plugin/payplus_web.jsp
+        server: true
+        site:
+            cd: U3476
+            key: 4aVa--.Xz8Fc78nwYPsrmmY__
+            name: ISTYLE
+        log.level: 3
+        module.type: 01
+        tx.mode: 0
+        receipt.url : https://admin8.kcp.co.kr/assist/bill.BillActionNew.do
+
+# 네이버페이 API
+naverPay:
+    apiUrl: https://apis.naver.com/
+    payUrl:
+        web : pay.naver.com
+        mob : m.pay.naver.com
 

+ 23 - 7
src/main/resources/config/application-run.yml

@@ -73,11 +73,27 @@ mail:
 
 # PG
 pg:
-    nicepay:
-        merchantId: wivismallm
-        merchantKey: pXTdML8rIaOVCeXQQsyRp1uCfTSTT/n80BV4LCqa+/yJM64MYIqeBCIQdH1rKhJRwSOsdCxVPa1V6hRxkkdJxg==
-        cancelPwd: wivis@2020
-        log.path: /app/was/applogs/nicepay
-        account.cert.url: https://webapi.nicepay.co.kr/api/checkBankAccountAPI.jsp
-        vbank.refund.url: https://webapi.nicepay.co.kr/v2/api/merchant/vbank_refund.jsp
+    kcp:
+        log.dir: /WIDE/workspace/files/data/style24/logs/front
+        gw:
+            url: paygw.kcp.co.kr
+            port: 8090
+        user.type: PGNW
+        js.url: https://pay.kcp.co.kr/plugin/payplus_web.jsp
+        server: true
+        site:
+            cd: U3476
+            key: 4aVa--.Xz8Fc78nwYPsrmmY__
+            name: ISTYLE
+        log.level: 3
+        module.type: 01
+        tx.mode: 0
+        receipt.url : https://admin8.kcp.co.kr/assist/bill.BillActionNew.do
+
+# 네이버페이 API
+naverPay:
+    apiUrl: https://apis.naver.com/
+    payUrl:
+        web : pay.naver.com
+        mob : m.pay.naver.com
 

+ 25 - 0
src/main/resources/config/application-tsit.yml

@@ -51,3 +51,28 @@ upload:
         view: //tdimage.style24.com/sample
 
 download.path: /TSIT/servers/files/data
+
+# PG
+pg:
+    kcp:
+        log.dir: /WIDE/workspace/files/data/style24/logs/front
+        gw:
+            url: testpaygw.kcp.co.kr
+            port: 8090
+        js.url: https://testpay.kcp.co.kr/plugin/payplus_web.jsp
+        server: false
+        site:
+            cd: T0000
+            key: 3grptw1.zW0GSo4PQdaGvsF__
+            name: ISTYLE TEST
+        log.level: 3
+        module.type: 01
+        tx.mode: 0
+        receipt.url : https://testadmin8.kcp.co.kr/assist/bill.BillActionNew.do
+
+# 네이버페이 API
+naverPay:
+    apiUrl: https://dev.apis.naver.com/
+    payUrl:
+        web : test-pay.naver.com
+        mob : test-m.pay.naver.com

+ 28 - 7
src/main/resources/config/application.yml

@@ -43,16 +43,37 @@ speedy:
         username: speedy_image-wivismall
         pwd: wZ31jS_!@
         
-#카카오 API        
+#카카오 API
 kakao:
+  # 카카오페이 운영정보
+  #    cid : 운영cid정보 없음
+  #    appId: 442702
+  #    appName: 아이스타일24
+  #    companyName: 예스이십사
+  #    nativeAppKey: 5d97db2ee36fa0e121d962b2531ae0c1
+  #    restApiKey: 46d601394bd887cbada3cf00fdddef54
+  #    javascriptKey: b3c9ee69171042c3637e8d714a4c8a75
+  #    adminKey: 7cc33b2ef96d785c4caf3376f9dc9254
+  # 카카오페이 운영정보
+  cid : TC0ONETIME
   appId : 399207
-  appName : WIVISMALL
-  companyName : 위비스
-  restApiKey: 8f8db3657b60b2c83df79a37d38becd4           
-  nativeAppKey : a4790e2102950309d87ad81a39c0597d
-  javascriptKey : f435c12d89ddb9cc6337f4cf0a05fd30
-  adminKey : 567e9476b15d2149c714aaecd0fee740
+  appName : 구축용 테스트앱
+  companyName : 예스이십사
+  nativeAppKey : f961e612e07b47aa2d1884714518a194
+  restApiKey: b3955cef0328a09156c7e25f18552164
+  javascriptKey : 06cab652ad5d25be2190388d11a88fa4
+  adminKey : a25ca74dde640f3a63a8d8442fe35fcd
   addressApiRequestUrl : https://dapi.kakao.com/v2/local/search/address.json?page=1&query=
+  login.callbackUrl: /signin/snsLoginCallback?snsType=KK
+  tokenUrl: https://kauth.kakao.com/oauth/token
+  userInfoUrl: https://kapi.kakao.com/v2/user/me
+  authorizeUrl: https://kauth.kakao.com/oauth/authorize
+  unlinkUrl : https://kapi.kakao.com/v1/user/unlink
+  paymentReadyUrl : https://kapi.kakao.com/v1/payment/ready
+  paymentRedirectUrl : /order/kakao/payment/request
+  approvePaymentUrl : https://kapi.kakao.com/v1/payment/approve
+  paymentOrderUrl : https://kapi.kakao.com/v1/payment/order
+  cancelPaymentUrl : https://kapi.kakao.com/v1/payment/cancel
 
   
 # CJ대한통운