Handler to provide the following to {@link org.multibit.mbm.client.PublicMerchantClient}:
54555657585960
/** * @return A suitable handler for single cart requests by customers */ public ClientCartHandler cart() { return new ClientCartHandler(locale); }