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