Anatoly Nechay-Gumen

Results 3 comments of Anatoly Nechay-Gumen

@InsanusMokrassar in version 29.0.0 bug still exists: when set requireEmail or requirePhone to true, onPreCheckoutQuery doesn`t handle query Error in serialization: ``` kotlinx.serialization.MissingFieldException: Fields [name, phone_number, shipping_address] are required for...

Also there is another problem with SSL in rust part: https://github.com/getsentry/snuba/blob/89ff716464882656fa548e39a412d32613e8026a/rust_snuba/src/mutations/clickhouse.rs#L48 Maybe you need to change schema from `http` to `https` in case of secure connection: `let url = format!("http://{hostname}:{http_port}");`