|
Hi,
I have this code in my script:
my $archive = Google::Checkout::Command::ArchiveOrder->new(order_number => $gon);
my $response = $gco->command($archive);
print O "archive response [$response]\n";
Other commands sent to Google work (like to tell it a package has been shipped) and $gon is what it should be. I get this output:
archive response [2: No such file or directory]
How can I debug this?
-Thanks
|