We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2dc745 commit bc31236Copy full SHA for bc31236
README.md
@@ -172,7 +172,7 @@ WPUserAddRoleResponse wpUserAddRoleResponse = await WPJsonAPI.instance
172
- The first parameter is the **userToken** which is returned from the login/register response. You should have this saved somewhere e.g. shared_pref
173
174
``` dart
175
-WPUserRemoveRoleResponse wpUserAddRemoveResponse = await WPJsonAPI.instance
+WPUserRemoveRoleResponse wpUserRemoveRoleResponse = await WPJsonAPI.instance
176
.api((request) => request.wpUserRemoveRole(
177
userToken,
178
role: "customer" // e.g. customer, subscriber
0 commit comments