Fix string for meta_data key
This commit is contained in:
parent
0c50e9b86e
commit
88b7b29000
2 changed files with 3 additions and 3 deletions
|
|
@ -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_um"
|
||||
custom_meta_data_keys.is_settled_um = "is_settled_um"
|
||||
custom_meta_data_keys.sats_received = "sats_received"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue