
Checkout::CyberSource::SOAP::Response

my $response = $c->model('Checkout')->checkout( $c->req->params );
When you call Checkout::CyberSource::SOAP::process, your response object
is a Checkout::CyberSource::SOAP::Response.

This basically just maps response codes from Checkout::CyberSource::SOAP to a function returning success or failure--there are many ways to fail, thus most of the entries in the dispatch table.

Amiri Barksdale <amiri@metalabel.com>

Tomas Doran (t0m) <bobtfish@bobtfish.net>

Copyright (c) 2010 the Checkout::CyberSource::SOAP::Response "AUTHOR" and "CONTRIBUTORS" as listed above.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Catalyst::Model::Adaptor Business::OnlinePayment::CyberSource