Skip to content

Commit

Permalink
Set ``` to functions in text
Browse files Browse the repository at this point in the history
  • Loading branch information
reindertvetter committed Jan 16, 2017
1 parent 05a8d85 commit e1fbcf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,17 +107,17 @@ $myParcelAPI
->getLinkOfLabels()
```
#### Save MyParcel id
After setPdfOfLabels(), setLinkOfLabels() and createConcepts() you can save the api id to your database. With this id you can easily retrieve the latest status.
After ```setPdfOfLabels()```, ```setLinkOfLabels()``` and ```createConcepts()``` you can save the api id to your database. With this id you can easily retrieve the latest status.
```php
$consignment->getApiId();
```
#### Get barcode
The barcode is available after setPdfOfLabels() and setLinkOfLabels()
The barcode is available after ```setPdfOfLabels()``` and ```setLinkOfLabels()```
```php
$consignment->getBarcode();
```
#### Get status
After setPdfOfLabels(), setLinkOfLabels() and createConcepts() you can get the status.
After ```setPdfOfLabels()```, ```setLinkOfLabels()``` and ```createConcepts()``` you can get the status.
```php
$consignment->getStatus();
```
Expand Down

0 comments on commit e1fbcf0

Please sign in to comment.