From 0c50e9b86e3d8e47d2c170dcead39dab9fb5f5a5 Mon Sep 17 00:00:00 2001 From: counterweight Date: Fri, 4 Aug 2023 00:09:05 +0200 Subject: [PATCH] Fix string for meta_data key --- camisatoshi_wordpress_reports/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camisatoshi_wordpress_reports/constants.py b/camisatoshi_wordpress_reports/constants.py index 92b0993..67181ed 100644 --- a/camisatoshi_wordpress_reports/constants.py +++ b/camisatoshi_wordpress_reports/constants.py @@ -13,7 +13,7 @@ order_keys.line_item_keys.quantity = "quantity" order_keys.line_item_keys.total = "total" custom_meta_data_keys = SimpleNamespace() -custom_meta_data_keys.is_settled_with_um = "is_settled_with_um" +custom_meta_data_keys.is_settled_with_um = "is_settled_um" custom_meta_data_keys.sats_received = "sats_received"