Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Business-OnlinePayment-Braintree CPAN distribution.

Report information
The Basics
Id: 71257
Status: resolved
Priority: 0/
Queue: Business-OnlinePayment-Braintree

People
Owner: racke [...] linuxia.de
Requestors: ivan-pause [...] 420.am
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.0001
Fixed in: 0.0002



Subject: Business::OnlinePayment standardization
For consistency with other B:OP modules and ease of use in existing applications which use B:OP (which typically have a way to pass extra parameters to the new() constructor but not to the content() call), please move any non-standard gateway authentication data from the content() call to the new() constructor. An example illustrates the changes more clearly: $tx = new Business::OnlinePayment('Braintree', merchant_id => 'your merchant id', public_key => 'your public key', private_key => 'your private key', ); $tx->content( amount => 100, card_number => '4111 1111 1111 1111', expiration => '1212' );
Problem fixed in 0.0002. Regards Racke