Net-Amazon - Patch for Property.pm

Posted on Thu Jun 14 21:15:14 2007 by serged
Patch for Property.pm
This is a patch for Property.pm that add attributes for sizes of product images: @@ -24,11 +24,17 @@ CollectibleCount =&gt [qw(OfferSummary TotalCollectible)], CollectiblePrice =&gt [qw(OfferSummary LowestCollectiblePrice FormattedPrice)], LargeImageUrl =&gt [qw(LargeImage URL)], + LargeImageWidth =&gt [qw(LargeImage Width content)], + LargeImageHeight =&gt [qw(LargeImage Height content)], ListPrice =&gt [qw(ItemAttributes ListPrice FormattedPrice)], Manufacturer =&gt [qw(ItemAttributes Manufacturer)], MediumImageUrl =&gt [qw(MediumImage URL)], + MediumImageWidth =&gt [qw(MediumImage Width content)], + MediumImageHeight =&gt [qw(MediumImage Height content)], OurPrice =&gt [qw(Offers Offer OfferListing Price FormattedPrice)], SmallImageUrl =&gt [qw(SmallImage URL)], + SmallImageWidth =&gt [qw(SmallImage Width content)], + SmallImageHeight =&gt [qw(SmallImage Height content)], SuperSaverShipping =&gt [qw(Offers Offer OfferListing IsEligibleForSuperSaverShipping)], Title =&gt [qw(Title)], ThirdPartyNewCount =&gt [qw(OfferSummary TotalNew)],
Write a response