From 685e5c87a9fdbc3e652c85daa9e9bfd02c184b6b Mon Sep 17 00:00:00 2001 From: struga Date: Mon, 26 Aug 2024 18:35:19 +0300 Subject: [PATCH] Add country by ip --- proto/fraudbusters.thrift | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/fraudbusters.thrift b/proto/fraudbusters.thrift index 5e2e8ff..fb699c3 100644 --- a/proto/fraudbusters.thrift +++ b/proto/fraudbusters.thrift @@ -150,6 +150,7 @@ struct ClientInfo { 2: optional string fingerprint 3: optional string email 4: optional string phone + 5: optional string payment_country } struct MerchantInfo {