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

Brian J. Miller brian at endpoint.com
Tue Apr 18 12:50:06 EDT 2006


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]

> 
> With this change in place, if I try a non-US order I get an error saying
> that the credit card number is invalid, even though I know the number is
> valid (without the edit in place it behaves as it should)
> 
> Can anyone tell me why this is failing?
> 
> DB


More information about the interchange-users mailing list