Skip to content

Commit 00258cd

Browse files
committed
adding inventory sold table
1 parent 1d84999 commit 00258cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Instagram/User/BusinessDiscovery.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ class BusinessDiscovery extends User {
7979
Fields::MEDIA_TYPE,
8080
Fields::OWNER,
8181
Fields::PERMALINK,
82-
Fields::MEDIA_URL
82+
Fields::MEDIA_URL,
83+
Fields::THUMBNAIL_URL
8384
);
8485

8586
/**

0 commit comments

Comments
 (0)