Skip to content

Commit

Permalink
Add space
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed May 23, 2019
1 parent 600d141 commit 55f4fb9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ServiceDescription/Shopify-v1.php
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,7 @@
* DOC: https://help.shopify.com/en/api/reference/shipping-and-fulfillment/carrierservice
* --------------------------------------------------------------------------------
*/

'GetCarrierServices' => [
'httpMethod' => 'GET',
'uri' => 'admin/api/{version}/carrier_services.json',
Expand All @@ -847,6 +848,7 @@
'location' => 'query',
],
],

'GetCarrierService' => [
'httpMethod' => 'GET',
'uri' => 'admin/api/{version}/carrier_services/{id}.json',
Expand All @@ -871,6 +873,7 @@
'location' => 'query',
],
],

'CreateCarrierService' => [
'httpMethod' => 'POST',
'uri' => 'admin/api/{version}/carrier_services.json',
Expand Down Expand Up @@ -901,6 +904,7 @@
'location' => 'json',
],
],

'UpdateCarrierService' => [
'httpMethod' => 'PUT',
'uri' => 'admin/api/{version}/carrier_services/{id}.json',
Expand All @@ -925,6 +929,7 @@
'location' => 'json',
],
],

'DeleteCarrierService' => [
'httpMethod' => 'DELETE',
'uri' => 'admin/api/{version}/carrier_services/{id}.json',
Expand Down

0 comments on commit 55f4fb9

Please sign in to comment.