From b4c9d09657dfc5c519c64f0d3366a5c0faaddde5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mats=20T=C3=B6rnberg?= Date: Sun, 28 Sep 2025 10:30:59 +0200 Subject: [PATCH] update proto messages --- proto/messages.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/messages.proto b/proto/messages.proto index ccf3a3b..7c722fc 100644 --- a/proto/messages.proto +++ b/proto/messages.proto @@ -85,6 +85,7 @@ message CreateCheckoutOrder { string confirmation = 3; string push = 4; string validation = 5; + string country = 6; } message OrderCreated {