Exemplo n.º 1
0
 public static boolean isCustomerAddressSet(Cart cart) {
   return cart.getShippingAddress() != null;
 }