diff options
Diffstat (limited to 'IPPay.pm')
-rw-r--r-- | IPPay.pm | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -11,7 +11,7 @@ use Business::OnlinePayment::HTTPS; use vars qw($VERSION $DEBUG @ISA $me); @ISA = qw(Business::OnlinePayment::HTTPS); -$VERSION = '0.08'; +$VERSION = '0.09_01'; $VERSION = eval $VERSION; # modperlstyle: convert the string into a number $DEBUG = 0; @@ -366,7 +366,7 @@ sub submit { UserHost => 'UserHost', UDField1 => 'UDField1', UDField2 => 'UDField2', - UDField3 => 'UDField3', + UDField3 => \"$me $VERSION", #'UDField3', ActionCode => 'ActionCode', IndustryInfo => \%industryinfo, ShippingInfo => \%shippinginfo, @@ -588,7 +588,6 @@ from content(%content): UserHost => 'UserHost', UDField1 => 'UDField1', UDField2 => 'UDField2', - UDField3 => 'UDField3', ActionCode => 'ActionCode', IndustryInfo Type => 'IndustryInfo', |