Subject: | ScriptTag missing display_scope attribute |
Date: | Mon, 18 Apr 2016 17:47:48 +0930 |
To: | bug-WWW-Shopify [...] rt.cpan.org |
From: | Jon Schutz <jon.schutz [...] youramigo.com> |
Hi,
Per subject, WWW::Shopify::Model::ScriptTag is missing the display_scope
attribute. Patch included below.
--
Jon Schutz
CTO, YourAmigo Ltd
27 O'Halloran St
Adelaide SA 5000
Ph: +61 8 8211 9211
http://www.youramigo.com
--- WWW-Shopify-1.01/lib/WWW/Shopify/Model/ScriptTag.pm 2015-10-22
11:49:15.000000000 +1030
+++ WWW-Shopify-1.01-patched/lib/WWW/Shopify/Model/ScriptTag.pm
2016-04-18 17:07:02.497628863 +0930
@@ -14,6 +14,7 @@
"event" => new WWW::Shopify::Field::String::Enum(["onload"]),
"id" => new WWW::Shopify::Field::Identifier(),
"src" => new WWW::Shopify::Field::String::URL(),
+ "display_scope" => new
WWW::Shopify::Field::String::Enum(["online_store", "order_status", "both"]),
"updated_at" => new WWW::Shopify::Field::Date(min => '2010-01-01
00:00:00', max => 'now')
}; }