validateAll

Method Signature String[] validateAll();
Description
Validates the given cart for all validation checks. A full validation of the cart will always occur before a successful checkoutHandoff will occur so it's a good idea to perform the check and display the errors to the user gracefully.
Parameters None – the global cart variable is automatically submitted with this call.
Result String[]– the errors present in the current cart.