package org.dicadeveloper.weplantaforest.admin.cart; public enum CartState { INITIAL, CALLBACK, VERIFIED, DISCARDED, GENERATED }