File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
WooCommerce/src/main/kotlin/com/woocommerce/android/ui/orders/list
libs/fluxc-plugin/src/main/kotlin/org/wordpress/android/fluxc/network/rest/wpcom/wc Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11package com.woocommerce.android.ui.orders.list
22
33import com.woocommerce.android.R
4- import com.woocommerce.android.config.RemoteConfigRepository
54import com.woocommerce.android.extensions.getBillingName
65import com.woocommerce.android.model.TimeGroup
76import com.woocommerce.android.model.TimeGroup.GROUP_FUTURE
@@ -45,8 +44,7 @@ class OrderListItemDataSource @Inject constructor(
4544 private val networkStatus : NetworkStatus ,
4645 private val fetcher : FetchOrdersRepository ,
4746 private val resourceProvider : ResourceProvider ,
48- private val dateUtils : DateUtils ,
49- private val remoteConfigRepository : RemoteConfigRepository
47+ private val dateUtils : DateUtils
5048) : ListItemDataSourceInterface<WCOrderListDescriptor, OrderListItemIdentifier, OrderListItemUIType> {
5149 override fun getItemsAndFetchIfNecessary (
5250 listDescriptor : WCOrderListDescriptor ,
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ class WooNetwork @Inject constructor(
181181 AppLog .w(
182182 AppLog .T .API ,
183183 " Request failed using Application Passwords for Jetpack Site,\n " +
184- " site: ${ siteUrl} ,\n " +
184+ " site: $siteUrl ,\n " +
185185 " path: ${requestContext.path} ,\n " +
186186 " method: ${requestContext.method} ,\n " +
187187 " error: HTTP status code ${error.volleyError?.networkResponse?.statusCode} , " +
You can’t perform that action at this time.
0 commit comments