Spaces:
Sleeping
Sleeping
Print Data
Browse files
main.py
CHANGED
|
@@ -22,6 +22,7 @@ async def webhook_received(request: Request, stripe_signature: str = Header(None
|
|
| 22 |
|
| 23 |
data = await request.body()
|
| 24 |
print("data ready")
|
|
|
|
| 25 |
|
| 26 |
print("Construyendo el evento:")
|
| 27 |
|
|
|
|
| 22 |
|
| 23 |
data = await request.body()
|
| 24 |
print("data ready")
|
| 25 |
+
print(data)
|
| 26 |
|
| 27 |
print("Construyendo el evento:")
|
| 28 |
|