Rename 'Loan In-App' to 'Loan on App'

This commit is contained in:
Achmad Setyabudi Susilo
2026-06-29 07:27:03 +07:00
parent d6a9fa83cd
commit 9820023158
+2 -2
View File
@@ -1,4 +1,4 @@
# Doom CC Loan In-App API
# Doom CC Loan on App API
Base path: `/api/v1/cc-loan-on-app/`
@@ -992,4 +992,4 @@ Base path: `/api/v1/otp/` (v1) and `/api/v5/otp/` (v5). Doom uses the v1 endpoin
- `cipher-otp/internal/usecase/otp/validate.go` (handles rate limit, server_id+otp match, history insert)
- Response wrapper: `cipher-otp/internal/pkg/dto/basic.go` (uses `response_code`/`response_refnum`/`response_id`/`response_desc`/`response_data`)
- Response codes & messages: `cipher-otp/constant/response_code.go` (notable additions: `SK`, `NV`, `TMT`, `EX`, `TR`, `TK`, `THV`)
- Doom's cipher client: `doom-cc-loan-in-app/internal/library/cipher/cipher.go`
- Doom's cipher client: `doom-cc-loan-on-app/internal/library/cipher/cipher.go`