Junaidb commited on
Commit
9a8c72f
·
verified ·
1 Parent(s): 9e937e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -490,7 +490,7 @@ async def FetchVelocityGET(x402id:str,request:Request):
490
  response=await X402Proxy_GET(request,found_endpoint)
491
 
492
 
493
- json_string = json.dumps(raw_data)
494
  response.headers["x-payment-response"] = base64.b64encode(
495
  json_string.encode("utf-8")
496
  ).decode("utf-8")
@@ -611,7 +611,7 @@ async def FetchVelocityGETParam(request:Request):
611
 
612
 
613
 
614
- json_string = json.dumps(raw_data)
615
  response.headers["x-payment-response"] = base64.b64encode(
616
  json_string.encode("utf-8")
617
  ).decode("utf-8")
@@ -744,7 +744,7 @@ async def FetchVelocityPost(request:Request):
744
 
745
 
746
 
747
- json_string = json.dumps(raw_data)
748
  response.headers["x-payment-response"] = base64.b64encode(
749
  json_string.encode("utf-8")
750
  ).decode("utf-8")
 
490
  response=await X402Proxy_GET(request,found_endpoint)
491
 
492
 
493
+ json_string = json.dumps(settle_raw_data)
494
  response.headers["x-payment-response"] = base64.b64encode(
495
  json_string.encode("utf-8")
496
  ).decode("utf-8")
 
611
 
612
 
613
 
614
+ json_string = json.dumps(settle_raw_data)
615
  response.headers["x-payment-response"] = base64.b64encode(
616
  json_string.encode("utf-8")
617
  ).decode("utf-8")
 
744
 
745
 
746
 
747
+ json_string = json.dumps(settle_raw_data)
748
  response.headers["x-payment-response"] = base64.b64encode(
749
  json_string.encode("utf-8")
750
  ).decode("utf-8")