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

[ic] Preventing non-US orders from using realtime processing


DB wrote:
> I just added Skipjack realtime credit card processing to a store and it
> is working. I would like to have non-US orders to still use the old
> default non-realtime credit card payment method.
>
> I edited my etc/profiles.order in an attempt to make this happen but it
> does not seem to be working as I'd hoped. I changed the credit card
> section in that file from this:
>

[snip]

>
>     [if value country=US]

The above is an invalid expression. Should probably be:

[if value country eq US]

I suspect your version is setting country to US and is therefore always
true, that or it is at least always testing true.

HTH

Brian J. Miller
End Point Corp.

[snip]


Thanks - you are correct, but even with that fixed I'm getting the same
behavior. I think there is some other problem with my logic - anyone?


DB
_______________________________________________
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.