Work on Stripe log
This commit is contained in:
@@ -20,7 +20,7 @@ router = APIRouter()
|
||||
|
||||
@router.post('/log', response_model=Resp_Body_Base)
|
||||
async def post_stripe_log_obj(
|
||||
obj: Stripe_Log_Base,
|
||||
obj: Stripe_Log_Base_In,
|
||||
|
||||
# x_account_id: str = Header(...),
|
||||
# return_obj: Optional[bool] = True,
|
||||
|
||||
Reference in New Issue
Block a user