Skip to content

Tags: joeyhub/php-shopify

Tags

v1.1.9

Toggle v1.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request phpclassic#143 from n3o77/master

Make sure header keys are always lowercase

v1.1.8

Toggle v1.1.8's commit message
Merge branch 'apiVersion'

v1.1.7

Toggle v1.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request phpclassic#140 from zealnagar/master

Bug solved for previous link in ShopifyResounce

v1.1.6

Toggle v1.1.6's commit message
Next page url fix

v1.1.5

Toggle v1.1.5's commit message
Change testing country

v1.1.4

Toggle v1.1.4's commit message
Testing Error fix (Temporary)

v1.1.3

Toggle v1.1.3's commit message
[Fixes phpclassic#103] Move credentails to environment variables.

v1.1.2

Toggle v1.1.2's commit message
Count option is not available for Currency.

v1.1.1

Toggle v1.1.1's commit message
[Fixes phpclassic#47] Replace http_build_query with custom function

http_build_query in the method does URL-encoding to its components. While it may seem a logical thing to do, technically the string to be constructed is not a URL. Shopify doesn't do such encoding and as a result, the generated hash value does not match.

For example in the case when Shopify supplies protocol=http:// query parameter and current implementation with http_build_query encodes it to protocol=https%3A%2F%2F resulting in false negative result.

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request phpclassic#91 from phpclassic/v1.1

V1.1 - Merge to master