#CB-radar-rule

1 messages · Page 1 of 1 (latest)

cerulean karma
#

Ah, okay so you would want to do something like this instead:

Block if card_country != US Block if billing_address_country != US Block if ip_country != US

#

Do those work for you?

wicked cairn
#

I'm new to this, but doesn't this block within the US? I want to block outside of the US. Sorry if I'm wrong.

cerulean karma
#

!= means not equal to

#

So that would block payments for countries that are not the US

wicked cairn
#

got it! thank you. so it will look like :card_country_!=_US: Correct?

#

oops.....nevermind. I was trying to type underscore between card country != US

cerulean karma
#

Yup, that should work