X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-IPPay.git;a=blobdiff_plain;f=IPPay.pm;fp=IPPay.pm;h=f3960767eb2ce1399f936d245d80a0c44e8bbd04;hp=496048364f5458e31f53a3faf02f0462e625a6fc;hb=3bea5a714e20b2a0970313018150246fc532b1b0;hpb=a5b53c10d1014b408075e2fe1cc31ea4042ecafc diff --git a/IPPay.pm b/IPPay.pm index 4960483..f396076 100644 --- a/IPPay.pm +++ b/IPPay.pm @@ -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',