add auth and payment api

This commit is contained in:
ItsMalma
2025-11-19 23:53:56 +07:00
parent 8f91994f29
commit 7e7a865368
64 changed files with 9067 additions and 2662 deletions

View File

@@ -0,0 +1,7 @@
import { _env } from "@/configs/_env";
export const midtransConfig = {
baseUrl: _env.MIDTRANS_BASE_URL,
merchantId: _env.MIDTRANS_MERCHANT_ID,
serverKey: _env.MIDTRANS_SERVER_KEY,
} as const;