Update PayPal docs and helper script to uv commands

Agent-Logs-Url: https://github.com/dsaub/proyecto-final/sessions/7a547c09-9817-47a6-979e-c19cbcaa4c08

Co-authored-by: dsaub <54474838+dsaub@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-05-08 07:53:06 +00:00
committed by GitHub
parent 580d60ec4f
commit 1ff72c7a94
4 changed files with 772 additions and 3 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ def main() -> None:
print(f" Versión: {paypalrestsdk.__version__ if hasattr(paypalrestsdk, '__version__') else 'Desconocida'}")
except ImportError as e:
print(f" ❌ Error: {e}")
print(" SOLUCIÓN: pip install paypalrestsdk")
print(" SOLUCIÓN: uv add paypalrestsdk")
sys.exit(1)
# Intentar conectar a PayPal