- Fixed
storeName()
,brand()
, andcategoryName()
from causing an error when passed an array. There should be no array, but for some reason the API decided to send array through brands, lets fix that issue by converting an array to string.
- Added
aecpc()
method using the['aecpc']
on the product array. - Added
categoryId()
method toProduct
class. - Added
['category_id']
to theProduct
array. - Added
getCategoryWithIds()
method on theResults
class
- Change the
cpc()
method toecpc()
using the['ecpc']
- Removed the
filebase
requirement fromcomposer.json
- Added
subid
property into theUser
class as a new variable to pass into the API - Added
subid
into the API call request. (usingDEFAULT
as the default value)
- Removed
subid
property (could not use) from theProductSearch
class.
- Fixed the product array for
cpc
values. Was usingacpc
instead ofaecpc
- Fixed
getBrands()
,getStores()
, andgetCategories()
from having empty arrays.
- Added
brand()
inProduct
object. - Added
listPrice()
inProduct
object. - Added
getBrands()
inResults
object.
- Version 1.0 - Initial Release