@@ -2,12 +2,12 @@ |
||
| 2 | 2 | namespace LinusShops\CanadaPost\Services; |
| 3 | 3 | use LinusShops\CanadaPost\Service; |
| 4 | 4 | /** |
| 5 | - * |
|
| 6 | - * |
|
| 7 | - * @author Sam Schmidt <[email protected]> |
|
| 8 | - * @since 2015-12-09 |
|
| 9 | - * @company Linus Shops |
|
| 10 | - */ |
|
| 5 | + * |
|
| 6 | + * |
|
| 7 | + * @author Sam Schmidt <[email protected]> |
|
| 8 | + * @since 2015-12-09 |
|
| 9 | + * @company Linus Shops |
|
| 10 | + */ |
|
| 11 | 11 | |
| 12 | 12 | class GetNearestPostOffice extends Service |
| 13 | 13 | { |
@@ -3,13 +3,13 @@ |
||
| 3 | 3 | use Guzzle\Http\Client; |
| 4 | 4 | use LinusShops\CanadaPost\Service; |
| 5 | 5 | /** |
| 6 | - * Get the nearest post office |
|
| 7 | - * |
|
| 8 | - * @see https://www.canadapost.ca/cpo/mc/business/productsservices/developers/services/findpostoffice/nearestpostoffice.jsf |
|
| 9 | - * @author Sam Schmidt <[email protected]> |
|
| 10 | - * @since 2015-12-09 |
|
| 11 | - * @company Linus Shops |
|
| 12 | - */ |
|
| 6 | + * Get the nearest post office |
|
| 7 | + * |
|
| 8 | + * @see https://www.canadapost.ca/cpo/mc/business/productsservices/developers/services/findpostoffice/nearestpostoffice.jsf |
|
| 9 | + * @author Sam Schmidt <[email protected]> |
|
| 10 | + * @since 2015-12-09 |
|
| 11 | + * @company Linus Shops |
|
| 12 | + */ |
|
| 13 | 13 | |
| 14 | 14 | class GetNearestPostOffice extends Service |
| 15 | 15 | { |