Skip Menu |

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

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

People
Owner: JLAVALLEE [...] cpan.org
Requestors: b.jakubski [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.01
Fixed in: 0.03



Subject: inaccuracy in Yahoo::Marketing perldoc
The example in SYNOPSIS of Yahoo::Marketing says: $service->username( 'your username' ) ->password( 'your password' ) ->license( 'your license' ) ->master_account( 'your master account ID' ) ->account( 'your account ID' ) ->endpoint( 'https://sandbox.marketing.ews.yahooapis.com/services/V1' ); I belive endpoint here is incorrect - it should be only "https://sandbox.marketing.ews.yahooapis.com/services" (without the version part). That's what I needed to change in order to make it work :-)
This is fixed in version 0.02. Version 0.02 POD issues recorded in seperate bug.