add auth and payment api
This commit is contained in:
7
src/configs/midtrans.config.ts
Normal file
7
src/configs/midtrans.config.ts
Normal 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;
|
||||
Reference in New Issue
Block a user