#CB-radar-rule
1 messages · Page 1 of 1 (latest)
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?
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.
!= means not equal to
So that would block payments for countries that are not the US
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
Yup, that should work