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

@@ -1,5 +1,5 @@
package kr.co.vividnext.sodalive.can.payment
enum class PaymentGateway {
PG, GOOGLE_IAP, APPLE_IAP, POINT_CLICK_AD
PG, PAYVERSE, GOOGLE_IAP, APPLE_IAP, POINT_CLICK_AD
}