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

Re: [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]

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