MarcL / AmazonProductAPI

PHP library to retrieve products from the Amazon Product API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Needs more tests

MarcL opened this issue · comments

Need to add some more tests for AmazonAPI

  • Test data transformations work as expected
  • Test double for HttpRequest
  • Check expected Amazon signature for signed requests

Added some in #17 and #18.

$this->amazonAPI = new AmazonAPI($urlBuilder, 'simple');
[

{
asin: "B01KA7VWWC",
url: "https://www.amazon.com/Coffee-Brewer-System-Carafe-CF091/dp/B01KA7VWWC?SubscriptionId=XXXXXX&tag=XXXXX-XXXX&linkCode=xm2&camp=2025&creative=165953&creativeASIN=B01KA7VWWC",
rrp: 199.99,
title: "Ninja Coffee Bar Brewer System with Glass Carafe (CF091)",
lowestPrice: 151.76,
largeImage: "",
mediumImage: "",
smallImage: ""
}
]

The images arent returned. But if we check the json version of it, we can see the images being returned.

Can you raise a new issue please @prakashchhetri? Thanks.