Skip to content

Commit

Permalink
fix: trendyol reference err
Browse files Browse the repository at this point in the history
  • Loading branch information
onurkanbakirci committed Dec 13, 2023
1 parent 03c9658 commit 75cfbe7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Integrator Project
# Integration Project

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Expand All @@ -13,7 +13,7 @@

## Table of contents

- [Integrator Project](#integrator-project)
- [Integration Project](#integration-project)
- [Build Status](#build-status)
- [Table of contents](#table-of-contents)
- [Introduction](#introduction)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using Integration.Core;
using PackageModel = Integration.Marketplaces.Trendyol.Models.Package.Package;

namespace Integration.Marketplaces.Trendyol.Dtos.Package;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using Integration.Core;
using ProductModel = Integration.Marketplaces.Trendyol.Models.Product.Product;

namespace Integration.Marketplaces.Trendyol.Dtos.Product;
Expand Down

0 comments on commit 75cfbe7

Please sign in to comment.