Business-CyberSource

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

	- Make optional dependencies recommended
	- fix bug where score threshold in authorization business rules would
	  not have been set correctly
	- fix duplicate initialization in dcc test

0.005003  2012-05-24
	- Add Missing Dependency DateTime::Format::W3CDTF

0.005002  2012-05-23
	- remove Bread::Board as a request Test Dependency, it's mostly used in
	  cases where credentials are required.
	- remove MooseX::AbstractFactory as a dependency, BC::Factory::Request is
	  optional and not even recommended.

0.005001  2012-05-23
	- remove Test::Exception and Data::Dumper::Concise from deps
	- cleanup tests more

0.005000  2012-05-17
	[NEWS]
	- massive test refactoring including use of Bread::Board to simplify tests

lib/Business/CyberSource/Exception/SOAPFault.pm  view on Meta::CPAN

=head1 NAME

Business::CyberSource::Exception::SOAPFault - CyberSource API threw a SOAP Fault

=head1 VERSION

version 0.010008

=head1 DESCRIPTION

This usually means a credentials problem or something is wrong on
CyberSource's end

=head1 ATTRIBUTES

=head2 faultstring

description of error

=head2 faultcode

t/lib/Test/Business/CyberSource.pm  view on Meta::CPAN

            service object => (
                class     => 'Business::CyberSource::Client',
                lifecycle => 'Singleton',
                block     => sub {
                    my $svc = shift;

                    if (   $svc->param('user') eq 'test'
                        || $svc->param('pass') eq 'test' )
                    {
                        plan skip_all => 'Unable to send with fake '
                          . 'credentials. Set both '
                          . 'PERL_BUSINESS_CYBERSOURCE_USERNAME ' . 'and '
                          . 'PERL_BUSINESS_CYBERSOURCE_PASSWORD '
                          . 'in the environment';

                        return;
                    }

                    my $client =
                      use_module('Business::CyberSource::Client')->new(
                        {

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.640 second using v1.00-cache-2.02-grep-82fe00e-cpan-f73e49a70403 )