import com.clover.sdk.v3.order.Order;
import com.clover.sdk.v3.order.OrderConnector;
import com.clover.sdk.v3.inventory.InventoryConnector;
import com.clover.sdk.v1.merchant.Merchant;
import com.clover.sdk.v1.merchant.MerchantConnector;
OrderConnector and InventoryConnector are both still in v3, but I'm using the MerchantConnector from v1 (and consequently the v1 Merchant) and wondered whether there was a new class that took its place?