• Your Name's avatar
    refactor: move payment gateway settings to payment settings page and hide API... · 7ea471cc
    Your Name authored
    refactor: move payment gateway settings to payment settings page and hide API Tokens for config admin
    
    - Moved payment gateway configuration (Stripe, PayPal, crypto) from admin tiers page to admin payment settings page
    - Removed payment gateway HTML section (lines 115-290) from admin_tiers.html
    - Removed payment gateway JavaScript functions from admin_tiers.html
    - Added payment gateway section to admin_payment_settings.html with all 6 gateways (PayPal, Stripe, BTC, ETH, USDT, USDC)
    - Added loadPaymentGateways() and savePaymentGateways() functions to admin_payment_settings.html
    - Hide 'API Tokens' navigation link for config admin user (user_id is null for config admin)
    - API Tokens link now only shows for database users (request.session.user_id exists)
    - Config admin defined in aisbf.json has no user_id, so they won't see API Tokens link
    - Admin tiers page now focuses only on tier management and currency settings
    - Admin payment settings page now has all payment configuration in one place
    7ea471cc
Name
Last commit
Last update
..
add_payment_method.html Loading commit data...
admin_payment_settings.html Loading commit data...
admin_tier_form.html Loading commit data...
admin_tiers.html Loading commit data...
analytics.html Loading commit data...
autoselect.html Loading commit data...
billing.html Loading commit data...
change_email.html Loading commit data...
change_password.html Loading commit data...
delete_account.html Loading commit data...
docs.html Loading commit data...
edit_config.html Loading commit data...
forgot_password.html Loading commit data...
index.html Loading commit data...
login.html Loading commit data...
paypal_connect.html Loading commit data...
pricing.html Loading commit data...
profile.html Loading commit data...
prompts.html Loading commit data...
providers.html Loading commit data...
rate_limits.html Loading commit data...
reset_password.html Loading commit data...
rotations.html Loading commit data...
settings.html Loading commit data...
signup.html Loading commit data...
subscription.html Loading commit data...
user_autoselects.html Loading commit data...
user_index.html Loading commit data...
user_providers.html Loading commit data...
user_rotations.html Loading commit data...
user_tokens.html Loading commit data...
users.html Loading commit data...
verify.html Loading commit data...