Update app.py
Browse files
app.py
CHANGED
|
@@ -19,10 +19,8 @@ from components.invoicepayload import InvoicePayload
|
|
| 19 |
|
| 20 |
import uuid
|
| 21 |
from fastapi.middleware.cors import CORSMiddleware
|
| 22 |
-
from x402.types import PaymentRequirements,PaymentPayload
|
| 23 |
-
from x402.types import x402PaymentRequiredResponse
|
| 24 |
from x402.encoding import safe_base64_decode
|
| 25 |
-
|
| 26 |
import json
|
| 27 |
import base64
|
| 28 |
import httpx
|
|
|
|
| 19 |
|
| 20 |
import uuid
|
| 21 |
from fastapi.middleware.cors import CORSMiddleware
|
|
|
|
|
|
|
| 22 |
from x402.encoding import safe_base64_decode
|
| 23 |
+
|
| 24 |
import json
|
| 25 |
import base64
|
| 26 |
import httpx
|