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
@@ -39,7 +39,7 @@ Con tus valores reales del Sandbox.
### 6. Instalar el SDK de PayPal
```bash
pip install paypalrestsdk
uv add paypalrestsdk
```
### 7. Usar cuentas de prueba para transacciones
+1 -1
View File
@@ -67,7 +67,7 @@ Si todo está bien, deberías ver:
## Checklist de Configuración
- [ ] `pip install paypalrestsdk` (verificar con: `.venv/bin/pip list | grep paypal`)
- [ ] `uv add paypalrestsdk` (verificar con: `uv pip list | grep paypal`)
- [ ] `PAYPAL_CLIENT_ID` en settings.py (no vacío)
- [ ] `PAYPAL_CLIENT_SECRET` en settings.py (no vacío)
- [ ] `PAYPAL_MODE = 'sandbox'` en settings.py