There's an error in wix

Hi I just wanted to share this error I found on Wix. Perhaps a Wix Expert can raise it with the correct team?

Under the wixPaidPlans api documentation, roleId is incorrectly referred to as “roleID” and velo also tries to change this.

It is always recommended to work with → CONSOLE ← it will help you to analyse and understand your own code.

.then((results)=>{console.log("My-RESULTS: "; results);
	//....your code here....
	//....your code here....	
	//....your code here....	
});

Take first a look onto the RESULTS and open the object-tree.
Try to understand now your error.

Hi

I have not made an error - my code works. It is the API documentation that has the error! This is why I posted.

@kristina123 Thanks for reporting this bug. Our docs team will update the API ref.