
Business::OnlinePayment::CyberSource::Role::ErrorReporting - Error reporting role for BOP::CyberSource

version 3.000011

package Thing;
use Moose;
with 'Business::OnlinePayment::CyberSource::Role::ErrorReporting';
1;
my $thing = Thing->new();
if ( $thing->has_errors() ) {
my $errors = $thing->errors();
}

This role provides consumers with an errors array attribute and supporting methods.


Please report any bugs or feature requests on the bugtracker website https://github.com/hostgator/Business-OnlinePayment-CyberSource/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.


This software is copyright (c) 2012 by HostGator.com.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.