if action = "Online shopping"
then if paymentMethod = "crypto"
then result = "Safe"
else result = "Unsafe"
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
replies:
if action = "Online shopping"
then if paymentMethod = "crypto"
then result = "Safe"
else result = "Unsafe"