# $Id: /local/CPAN/Mango/lib/Mango/Checkout.pm 1644 2008-06-02T01:46:53.055259Z claco $ package Mango::Checkout; use strict; use warnings; BEGIN { use base qw/Handel::Checkout/; } __PACKAGE__->stash_class('Mango::Checkout::Stash'); 1; __END__ =head1 NAME Mango::Checkout - Mango class to handle checkout/order processing =head1 SYNOPSIS my $checkout = Mango::Checkout->new({ order => $order }); $checkout->process; =head1 DESCRIPTION Mango::Checkout loads the specified plugins and routes an order through each plugin to perform work upon it. =head1 SEE ALSO L =head1 AUTHOR Christopher H. Laco CPAN ID: CLACO claco@chrislaco.com http://today.icantfocus.com/blog/