PARTHA181098 commited on
Commit
fea04e5
·
verified ·
1 Parent(s): 81dd238

Update agents/payment_agent.py

Browse files
Files changed (1) hide show
  1. agents/payment_agent.py +1 -1
agents/payment_agent.py CHANGED
@@ -259,7 +259,7 @@ class PaymentAgent(BaseAgent):
259
  }
260
 
261
  try:
262
- response = requests.post("https://huggingface.co/spaces/PARTHA181098/InvoicePaymentAPI/initiate_payment", json=payment_payload, timeout=10)
263
  if response.status_code == 200:
264
  result = response.json()
265
  print("res from apiii =======", result)
 
259
  }
260
 
261
  try:
262
+ response = requests.post("https://partha181098-invoicepaymentapi.hf.space/initiate_payment", json=payment_payload, timeout=10)
263
  if response.status_code == 200:
264
  result = response.json()
265
  print("res from apiii =======", result)