X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=OpenECHO.pm;h=7fca7b0f2bf0c4a800f6ba2f7f9c824e43f28908;hb=e91f3ad5f7416debd2f32917e0b6cb96e5616565;hp=68a4400661cb76b00e3cb3790ebb14f4c0b0d7bd;hpb=a5167d9e33d24e4c091b44e79b05da08cf2e6fcb;p=Business-OnlinePayment-OpenECHO.git diff --git a/OpenECHO.pm b/OpenECHO.pm index 68a4400..7fca7b0 100644 --- a/OpenECHO.pm +++ b/OpenECHO.pm @@ -28,10 +28,10 @@ # -------- # + v0.1 08/26/2004 Business::OnlinePayment implementation # + v0.2 09/13/2004 -# + v0.3 unreleased +# + v0.3 03/25/2006 # # Copyright (C) 2002 Electric Pulp. -# Copyright (C) 2004 Ivan Kohler +# Copyright (C) 2004-2006 Ivan Kohler # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -249,8 +249,8 @@ sub submit { if ( $self->transaction_type =~ /^D[DVCH]$/ ) { #echeck #check number kludge... "periodic bill payments" don't have check #s! - $self->{_content}{ec_serial_number} = 'RECURRIN' - #$self->{_content}{ec_serial_number} = '00000000' + #$self->{_content}{ec_serial_number} = 'RECURRIN' + $self->{_content}{ec_serial_number} = '00000000' if ! length($self->{_content}{ec_serial_number}) && $self->{_content}{ec_payment_type} =~ /^(PPD)?$/i;