static Future order({required String orderId, required String customerId}) { return YKStoreKit._getInstance()._order(orderId, customerId, false); }