diff --git a/build-on-celo/build-with-ai/x402.mdx b/build-on-celo/build-with-ai/x402.mdx index 9da931379..e6d684eb3 100644 --- a/build-on-celo/build-with-ai/x402.mdx +++ b/build-on-celo/build-with-ai/x402.mdx @@ -142,9 +142,7 @@ const thirdwebFacilitator = facilitator({ }); export async function GET(request: Request) { - const paymentData = - request.headers.get("PAYMENT-SIGNATURE") || - request.headers.get("X-PAYMENT"); + const paymentData = request.headers.get("X-PAYMENT"); const result = await settlePayment({ resourceUrl: "https://your-api.com/premium-content",