UNPKG

shora-ai-payment-sdk

Version:

The first open-source payment SDK designed specifically for AI agents and chatbots - ACP Compatible

5 lines (4 loc) 177 B
export const DEFAULT_BASE_URL = process.env.SHORA_BASE_URL || 'https://api.shora.cloud'; export function normalizeBasePath(cfg) { return cfg.basePath || DEFAULT_BASE_URL; }