Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.

  • No labels