[ic] Displaying results of a successful credit card transaction

Scott Goodman interchange-users@icdevgroup.org
Wed Jun 11 20:37:01 2003


Hi,

I'm trying to find out how to get access to the contents of the $result 
hash returned by the payment modules. My receipt page needs to display 
the bank approval code, transaction id, and some other things returned 
by the payment processor.  I've tried this on the receipt after poking 
in the source for the pyament modules, but nothing is displayed:


    [calc]
        $Tag->uneval( { ref => $Session->{payment_result} );
    [/calc]


Thanks,
Scott