Skip to content

Commit

Permalink
fix: updating amazon test model card to an in stock product (jef#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
admon84 authored and AdamSaketume26 committed Oct 16, 2020
1 parent e7fe2ed commit 61c784a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/model/amazon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ export const Amazon: Store = {
links: [
{
brand: 'test:brand',
cartUrl: 'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B07MQ36Z6L&Quantity.1=1',
cartUrl: 'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B07TDN1SC5&Quantity.1=1',
model: 'test:model',
series: 'test:series',
url: 'https://www.amazon.com/dp/B07MQ36Z6L'
url: 'https://www.amazon.com/dp/B07TDN1SC5'
},
{
brand: 'pny',
Expand Down

0 comments on commit 61c784a

Please sign in to comment.