UNPKG

line-pay-core-v4

Version:

Core library for LINE Pay API V4 SDK - Provides shared utilities, base client, TypeScript types, and error handling for building LINE Pay integrations

13 lines (11 loc) 240 B
/** * LINE Pay API Base URLs */ export const LINE_PAY_API_BASE_URL = { production: 'https://api-pay.line.me', sandbox: 'https://sandbox-api-pay.line.me', } /** * Default Timeout (20 seconds) */ export const DEFAULT_TIMEOUT = 20000