tecladocode / advanced-rest-api-lecture-codes

Start and end codes for the lectures of our Advanced REST APIs with Flask and Python course
30 stars 73 forks source link

confirmation_id is not getting viewed. #2

Closed Subhadeep0506 closed 2 years ago

Subhadeep0506 commented 2 years ago

@jslvtr {{url}}/user/1 -> this request as supposed to show the confirmation_id hexcode is not showing in postman. I changed the pre_dump method too, still same issue. Any suggestions on this is appreciated( i also tried your github end code for this section, did not seem to work)

sukanyabag commented 2 years ago

@jslvtr {{url}}/user/1 -> this request as supposed to show the confirmation_id hexcode is not showing in postman. I changed the pre_dump method too, still same issue. Any suggestions on this is appreciated( i also tried your github end code for this section, did not seem to work)

@jslvtr kindly please look into the issue. I tried it too, but confirmation id doesn't show up after sending the request, inspite of all possible code updates.