Skip to content

Commit 9926336

Browse files
committed
Add SmartCollection Metafield child resource
1 parent 53b34a7 commit 9926336

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)