Skip to content

Commit bb976c6

Browse files
authored
Merge pull request #82 from yassoor/main
test yasser
2 parents f099c1a + 3086a1a commit bb976c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Source/FikaAmazonAPI/AmazonConnection.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ public class AmazonConnection
99
{
1010
private AmazonCredential Credentials { get; set; }
1111

12-
13-
1412
public OrderService Orders => this._Orders ?? throw _NoCredentials;
1513
public ReportService Reports => this._Reports ?? throw _NoCredentials;
1614
public SolicitationService Solicitations => this._Solicitations ?? throw _NoCredentials;

0 commit comments

Comments
 (0)