flutter_wordpress icon indicating copy to clipboard operation
flutter_wordpress copied to clipboard

Fix wp create user

Open afiq90 opened this issue 4 years ago • 2 comments

Currently, I got this error when using current implementation. This is caused by not handling createUser method request properly and the User model toJson method deserialization not matching.

Screen Shot 2020-06-23 at 12 19 09 AM

What I did : Handled createUser by using http, handling deserialization properly and making roles paramater as optional.

tested and working as expected : Screen Shot 2020-06-23 at 12 52 27 AM

afiq90 avatar Jun 22 '20 16:06 afiq90

Please resolve the conflicts

SachinGanesh avatar Jun 24 '20 07:06 SachinGanesh

Please resolve the conflicts

done

afiq90 avatar Jun 24 '20 07:06 afiq90