ShopifyExtras / PHP-Shopify-API-Wrapper

Shopify PHP (Guzzle) API Wrapper
http://www.zapiet.com/
MIT License
118 stars 68 forks source link

Updating the transaction URI to always use the plural "transactions" #34

Closed maxime-rainville closed 8 years ago

maxime-rainville commented 8 years ago

Hi,

I just noticed that the URIs for 2 transactions calls were wrong.

The Shopify API always expect transactions to be plural.

https://docs.shopify.com/api/reference/transaction

cargix1 commented 8 years ago

Thanks @maxime-rainville !