tomoya 1 anno fa
parent
commit
32a0db392e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      backend/app/app/api/api_v1/endpoints/payment.py

+ 1 - 1
backend/app/app/api/api_v1/endpoints/payment.py

@@ -131,7 +131,7 @@ def create_user(
     except Exception as error:
         print('An exception happened: ' + str(error))
         
-@router.post("/ecpayTestReturn", response_model=str)
+@router.post("/ecpayTestReturn")
 def create_user(
     *,
     MerchantID: str=Form(),