From 4eac749fce38896e3c3c7bf6bfab7d9355b05e0c Mon Sep 17 00:00:00 2001 From: Nathan Oliveira Date: Tue, 1 Oct 2024 13:43:21 -0400 Subject: [PATCH] update config --- pos-ui-extension/shopify.extension.toml.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pos-ui-extension/shopify.extension.toml.liquid b/pos-ui-extension/shopify.extension.toml.liquid index 7ab4a18..45c013c 100644 --- a/pos-ui-extension/shopify.extension.toml.liquid +++ b/pos-ui-extension/shopify.extension.toml.liquid @@ -1,6 +1,6 @@ # The version of APIs your extension will receive. Learn more: # https://shopify.dev/docs/api/usage/versioning -api_version = "2024-04" +api_version = "2024-10" [[extensions]] type = "ui_extension"