Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for report advices endpoints #421

Merged
merged 4 commits into from
Jul 16, 2024
Merged

Add support for report advices endpoints #421

merged 4 commits into from
Jul 16, 2024

Conversation

mvgreen
Copy link
Contributor

@mvgreen mvgreen commented Jul 15, 2024

No description provided.

@mvgreen mvgreen requested a review from filka96 July 15, 2024 14:00
@mvgreen mvgreen self-assigned this Jul 15, 2024

data class ReportAdviceRequest(
val reportType: ReportType = ReportType.allTraffic,
): ApiRequest {

Check warning

Code scanning / detekt

Reports spaces around colons Warning

Missing spacing before ":"
@@ -18,7 +18,9 @@
import com.ecwid.apiclient.v3.dto.productreview.request.UpdatedProductReviewStatus
import com.ecwid.apiclient.v3.dto.profile.request.StoreProfileRequest
import com.ecwid.apiclient.v3.dto.profile.result.FetchedLatestStats
import com.ecwid.apiclient.v3.dto.report.request.ReportAdviceRequest

Check warning

Code scanning / detekt

Detects unused imports Warning test

Unused import
Copy link
Contributor

@filka96 filka96 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

detekt

@filka96 filka96 self-requested a review July 15, 2024 15:23
@filka96
Copy link
Contributor

filka96 commented Jul 15, 2024

@mvgreen тесты не проходят

@mvgreen mvgreen merged commit 13b770f into master Jul 16, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants