diff options
Diffstat (limited to 'PayflowPro.pm')
-rw-r--r-- | PayflowPro.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PayflowPro.pm b/PayflowPro.pm index 9d3c73f..446a134 100644 --- a/PayflowPro.pm +++ b/PayflowPro.pm @@ -8,7 +8,7 @@ use Digest::MD5; use base qw(Business::OnlinePayment::HTTPS); -$VERSION = '0.07_02'; +$VERSION = '0.07_03'; $VERSION = eval $VERSION; $DEBUG = 0; |