[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AW: [ic] Problem with PGP and credit card


Lars Tode wrote:

Hi Barry,

Any you are seeing the receipts page?
yes I finish the order process everytime successfully. Just in the report
mail for the shop owner the value of mv_credit_card_info is always NEED
ENCRYPTION ENABLED.

from Order.pm:

sub pgp_encrypt {
       my($body, $key, $cmd) = @_;
#::logDebug("called pgp_encrypt key=$key cmd=$cmd");
       $cmd = $Vend::Cfg->{EncryptProgram} unless $cmd;
       $key = $Vend::Cfg->{EncryptKey}     unless $key;


       if("\L$cmd" eq 'none') {
               return ::errmsg("NEED ENCRYPTION ENABLED.");
       }

this is the source of your error, which tells me that you did not tell IC where to find gpg, or that gpg is not in IC's path...

Barry

--

Barry Treahy, Jr                       E-mail: suppressed
Midwest Microwave                          Phone: 480/314-1320
Vice President & CIO                         FAX: 480/661-7028


_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.