mirror of
https://github.com/cnlimiter/codex-register.git
synced 2026-05-25 18:20:29 +08:00
feat(payment): 支持动态获取支付链接货币与计费国家的映射
This commit is contained in:
@@ -95,10 +95,12 @@ async function generateLink() {
|
||||
|
||||
const country = document.getElementById('country-select').value || 'SG';
|
||||
|
||||
const currency = countryCurrencyMap[country] || '';
|
||||
const body = {
|
||||
account_id: parseInt(accountId),
|
||||
plan_type: selectedPlan,
|
||||
country: country,
|
||||
currency: currency,
|
||||
};
|
||||
|
||||
if (selectedPlan === 'team') {
|
||||
|
||||
Reference in New Issue
Block a user