diff --git a/.gitignore b/.gitignore index cad2b74..5bfa6ec 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ nul autogptplus_drission.py autogptplus_drission_oai.py accounts.json +team-reg-go \ No newline at end of file diff --git a/stripe_api.py b/stripe_api.py index 79ba2c1..ed65eb8 100644 --- a/stripe_api.py +++ b/stripe_api.py @@ -30,10 +30,10 @@ def log_progress(message): print(f" {message}") -# Stripe 配置常量 -STRIPE_VERSION = "2024-12-18.acacia" -STRIPE_JS_VERSION = "d7c0c7e0e4e3e8e9e0e1e2e3e4e5e6e7" -OPENAI_STRIPE_PUBLIC_KEY = "pk_live_51LVfqJKa3k6aumIYFMNZILdA00QBnLMNa" +# Stripe 配置常量 (与 team-reg-go 保持一致) +STRIPE_VERSION = "2020-08-27;custom_checkout_beta=v1" +STRIPE_JS_VERSION = "c8cd270e71" +OPENAI_STRIPE_PUBLIC_KEY = "pk_live_51Pj377KslHRdbaPgTJYjThzH3f5dt1N1vK7LUp0qh0yNSarhfZ6nfbG7FFlh8KLxVkvdMWN5o6Mc4Vda6NHaSnaV00C2Sbl8Zs" def generate_stripe_fingerprint() -> str: