From 527b139755f6f48001d409a2128bd7d053784ec2 Mon Sep 17 00:00:00 2001 From: Christopher Saunders Date: Wed, 2 Apr 2014 09:26:56 -0400 Subject: [PATCH] Make UserAgent more descriptive We get a lot of bad API clients with the `HAC` user-agent and unless you've been around for a while, you have no idea what that means. This updates the UA to be something that is more descriptive and is "versioned". --- shopify.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/shopify.php b/shopify.php index 4c05b55..2694c76 100644 --- a/shopify.php +++ b/shopify.php @@ -1,5 +1,6 @@ info; } } -?> \ No newline at end of file +?>