feat(charge): payverse pg - 충전/검증 API 추가

This commit is contained in:
2025-09-25 20:37:39 +09:00
parent 59ca353b25
commit bc6c05b3ea
5 changed files with 200 additions and 2 deletions

View File

@@ -13,6 +13,12 @@ weraser:
apiUrl: ${WERASER_API_URL}
apiKey: ${WERASER_API_KEY}
payverse:
mid: ${PAYVERSE_MID}
clientKey: ${PAYVERSE_CLIENT_KEY}
secretKey: ${PAYVERSE_SECRET_KEY}
host: ${PAYVERSE_HOST}
bootpay:
applicationId: ${BOOTPAY_APPLICATION_ID}
privateKey: ${BOOTPAY_PRIVATE_KEY}