diff options
author | ivan <ivan> | 2005-03-16 10:43:24 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-03-16 10:43:24 +0000 |
commit | c48ef77fcb097f9e0ce47d3a715eb8a8cca9490c (patch) | |
tree | 60124aca4d6bdd58d53f9d1471e92429c4b1d1cf | |
parent | aa2eba160baea42ef15478fbf536fbd725dc30a3 (diff) |
require B:OP:HTTPS 0.03 for new raw postBUSINESS_ONLINEPAYMENT_ESELECTPLUS_0_01
-rw-r--r-- | eSelectPlus.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eSelectPlus.pm b/eSelectPlus.pm index 21b722d..eb0a4c7 100644 --- a/eSelectPlus.pm +++ b/eSelectPlus.pm @@ -4,7 +4,7 @@ use strict; use Carp;
use Tie::IxHash;
use Business::OnlinePayment 3;
-use Business::OnlinePayment::HTTPS;
+use Business::OnlinePayment::HTTPS 0.03;
use vars qw($VERSION $DEBUG @ISA);
@ISA = qw(Business::OnlinePayment::HTTPS);
|