[ic] log_transaction

Gert van der Spoel gert at 3edge.com
Thu May 21 19:18:29 UTC 2009


> -----Original Message-----
> From: interchange-users-bounces at icdevgroup.org [mailto:interchange-
> users-bounces at icdevgroup.org] On Behalf Of Steve Graham
> Sent: Thursday, May 21, 2009 10:06 PM
> To: interchange-users at icdevgroup.org
> Subject: [ic] log_transaction
> 
> 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]
> 


Is mv_order_profile being set via javascript?
Perhaps someone had javascript turned off and made the mv_order_profile to
not be set ...
Have any other information on for example browser used by the one ordering.

CU,

Gert






More information about the interchange-users mailing list