feat(charge): 캔 충전시 통화(KRW, USD)별로 분기 처리

This commit is contained in:
2025-10-02 18:59:52 +09:00
parent 2ab2a04748
commit 6327a5d2bf
2 changed files with 65 additions and 10 deletions

View File

@@ -15,11 +15,14 @@ weraser:
apiKey: ${WERASER_API_KEY}
payverse:
host: ${PAYVERSE_HOST}
inboundIp: ${PAYVERSE_INBOUND_IP}
mid: ${PAYVERSE_MID}
clientKey: ${PAYVERSE_CLIENT_KEY}
secretKey: ${PAYVERSE_SECRET_KEY}
host: ${PAYVERSE_HOST}
inboundIp: ${PAYVERSE_INBOUND_IP}
usdMid: ${PAYVERSE_USD_MID}
usdClientKey: ${PAYVERSE_USD_CLIENT_KEY}
usdSecretKey: ${PAYVERSE_USD_SECRET_KEY}
bootpay:
applicationId: ${BOOTPAY_APPLICATION_ID}