feat(charge): 캔 충전시 통화(KRW, USD)별로 분기 처리
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user