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[] getAllowedCountries();
Description
Returns a list of all the countries that this merchant has configured to allow the customer to purchase from. This list should be used to display a drop down list to the customer. It is very important that the country values on your Cart object match something in this list.
Parameters None
Result String[] - a list of all the countries that can be purchased from in the checkout.

  • No labels