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 :-)