Skip Menu |

This queue is for tickets about the Yahoo-Marketing-APT CPAN distribution.

Report information
The Basics
Id: 43552
Status: resolved
Priority: 0/
Queue: Yahoo-Marketing-APT

People
Owner: Nobody in particular
Requestors: dennisq [...] yahoo-inc.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



CC: Johnny Shen <shenj [...] yahoo-inc.com>
Subject: Yahoo::Marketing::APT::PlacementGuaranteedSettings bug
Date: Mon, 23 Feb 2009 14:01:09 -0800
To: "bug-Yahoo-Marketing-APT [...] rt.cpan.org" <bug-Yahoo-Marketing-APT [...] rt.cpan.org>
From: Dennis Quintela <dennisq [...] yahoo-inc.com>
Version: Yahoo-Marketing-APT-1.02 Package: Yahoo::Marketing::APT::PlacementGuaranteedSettings Issue: missing 2 _user_setable_attributes defined by the Web Service: - siteID - networkID See: http://help.yahoo.com/l/us/yahoo/amp/webservices/reference/data/wsr_placemen tguaranteedsettings.html Error Messages: Can't locate object method "networkID" via package "Yahoo::Marketing::APT::PlacementGuaranteedSettings" at /Library/Perl/5.8.8/Yahoo/Marketing/APT/Service.pm line 227. Can't locate object method "siteID" via package "Yahoo::Marketing::APT::PlacementGuaranteedSettings" at /Library/Perl/5.8.8/Yahoo/Marketing/APT/Service.pm line 227. Repro: my $placement_service = setup_service( Yahoo::Marketing::APT::PlacementService->new ); my @placements = $placement_service->getPlacements( placementIDs => [ ... ] );
RT-Send-CC: Dennisq [...] yahoo-inc.com
thanks dennis reporting this bug. it's been fixed in new release Yahoo-Marketing-APT-1.03. also please note the new version requires Yahoo-Marketing-4.31 as dependency (was 4.30). On Mon Feb 23 17:01:52 2009, dennisq@yahoo-inc.com wrote: Show quoted text
> Version: Yahoo-Marketing-APT-1.02 > Package: Yahoo::Marketing::APT::PlacementGuaranteedSettings > > Issue: > missing 2 _user_setable_attributes defined by the Web Service: > > - siteID > - networkID > > ...