[ic] log_transaction

Steve Graham icdev at mrlock.com
Thu May 21 19:05:31 UTC 2009


hello,

Occasionally, we will receive an order that is marked with credit card, but 
the credit card is not captured.

the following code in log_transaction  (line# 198-201) is the code which 
captures and allows the order to "fall through".
somehow mv_order_profile is not set....

Any idea how this could be happening?

                      );
                    193:        [/calc]
                    194:        [/else]
                    195:        [/if]
                    196: [/elsif]
                    197:
                    198: [else]
                    199:        Offline credit card [value 
mv_credit_card_type] [value mv_credit_card_reference].
                    200:        Payment: [value name=mv_payment 
set="credit_card"]
                    201: [/else]
                    202: [/if]
                    203:
                    204: [calc]
                    205:         $Values->{mv_payment} =~ 
s/\%c/$Values->{mv_credit_card_type}/g;
                    206:         return;
                    207: [/calc]
                    208:
                    209: [/try]

thanks,
Steve
 




More information about the interchange-users mailing list