freebsd-ports/finance/p5-Business-OnlinePayment-PayflowPro/files/patch-PayflowPro.pm
Aaron Dalton f0339897f3 Adding port finance/p5-Business-OnlinePayment-PayflowPro, A
Business::OnlinePayment backend module for PayflowPro.

PR:		ports/98883
Submitted by:	Alexandr Kovalenko <never@nevermind.kiev.ua>
Reviewed by:	aaron
Approved by:	tobez (implicit)
2006-06-15 01:07:32 +00:00

11 lines
288 B
Perl

--- PayflowPro.pm.orig Tue Jun 13 01:30:27 2006
+++ PayflowPro.pm Tue Jun 13 01:30:41 2006
@@ -14,7 +14,7 @@
@ISA = qw(Exporter AutoLoader Business::OnlinePayment);
@EXPORT = qw();
@EXPORT_OK = qw();
-$VERSION = '0.02';
+$VERSION = '0.03';
sub set_defaults {
my $self = shift;