Skip to content

Commit 5fcf8c5

Browse files
authored
Merge pull request #43 from tompec/master
Add SmartCollection Metafield child resource
2 parents 85c5493 + 9926336 commit 5fcf8c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/SmartCollection.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class SmartCollection extends ShopifyResource
3636
*/
3737
protected $childResource = array(
3838
'Event',
39+
'Metafield',
3940
);
4041

4142
/**
@@ -51,4 +52,4 @@ public function sortOrder($params)
5152

5253
return $this->put(array(), $url);
5354
}
54-
}
55+
}

0 commit comments

Comments
 (0)