From 98200231589577d80d6a072b70b455432645794c Mon Sep 17 00:00:00 2001 From: Achmad Setyabudi Susilo Date: Mon, 29 Jun 2026 07:27:03 +0700 Subject: [PATCH] Rename 'Loan In-App' to 'Loan on App' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be449b7..2a36158 100644 --- a/README.md +++ b/README.md @@ -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`