File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public class Test
58
58
{
59
59
try
60
60
{
61
- string apiKey = " you api key" ;
61
+ string apiKey = " your api key" ;
62
62
TrackingMore trackingMore = new TrackingMore (apiKey );
63
63
64
64
var apiResponse = trackingMore .Courier .GetAllCouriers ();
@@ -118,7 +118,7 @@ catch (TrackingMoreException ex)
118
118
``` c#
119
119
try
120
120
{
121
- string apiKey = " you api key" ;
121
+ string apiKey = " your api key" ;
122
122
TrackingMore trackingMore = new TrackingMore (apiKey );
123
123
124
124
DetectParams detectParams = new DetectParams ();
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ public class AirWaybillTest
9
9
public TrackingMore trackingMore ;
10
10
11
11
public AirWaybillTest ( ) {
12
- string apiKey = "you api key" ;
12
+ string apiKey = "your api key" ;
13
13
this . trackingMore = new TrackingMore ( apiKey ) ;
14
14
}
15
15
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ public class CourierTest
9
9
public TrackingMore trackingMore ;
10
10
11
11
public CourierTest ( ) {
12
- string apiKey = "you api key" ;
12
+ string apiKey = "your api key" ;
13
13
this . trackingMore = new TrackingMore ( apiKey ) ;
14
14
}
15
15
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ public class TrackingTest
9
9
public TrackingMore trackingMore ;
10
10
11
11
public TrackingTest ( ) {
12
- string apiKey = "you api key" ;
12
+ string apiKey = "your api key" ;
13
13
this . trackingMore = new TrackingMore ( apiKey ) ;
14
14
}
15
15
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ static void Main(string[] args)
12
12
{
13
13
try
14
14
{
15
- string apiKey = "you api key" ;
15
+ string apiKey = "your api key" ;
16
16
TrackingMore trackingMore = new TrackingMore ( apiKey ) ;
17
17
18
18
var apiResponse = trackingMore . Courier . GetAllCouriers ( ) ;
You can’t perform that action at this time.
0 commit comments