![]() |
![]()
| ![]() |
![]()
NAMEGoogle::Checkout::Command::ArchiveOrder SYNOPSISuse Google::Checkout::General::GCO; use Google::Checkout::Command::ArchiveOrder; use Google::Checkout::General::Util qw/is_gco_error/; my $gco = Google::Checkout::General::GCO->new; my $archive = Google::Checkout::Command::ArchiveOrder->new(order_number => 1234); my $response = $gco->command($archive); die $response if is_gco_error($response); print $response,"\n\n"; DESCRIPTIONA sub-class of "Google::Checkout::Command::GCOCommand". This module is used to archive an order.
COPYRIGHTCopyright 2006 Google. All rights reserved. SEE ALSOGoogle::Checkout::Command::GCOCommand
|