From c41392cfa3ba8dcc3e6def38abbc4252b3d3e6c8 Mon Sep 17 00:00:00 2001 From: afmejia23 Date: Wed, 16 Oct 2024 14:43:03 -0500 Subject: [PATCH 1/2] Removing billing options in order to use this app as a direct dependency --- manifest.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/manifest.json b/manifest.json index 25d9e06..4581e26 100644 --- a/manifest.json +++ b/manifest.json @@ -25,15 +25,6 @@ "registries": [ "smartcheckout" ], - "billingOptions": { - "type": "free", - "support": { - "url": "https://support.vtex.com/hc/requests" - }, - "availableCountries": [ - "*" - ] - }, "policies": [ { "name": "outbound-access", From b615c4ad60eaf4fd8c196eeb38906d1ea091ab61 Mon Sep 17 00:00:00 2001 From: afmejia23 Date: Thu, 17 Oct 2024 14:51:40 -0500 Subject: [PATCH 2/2] Adding change notes --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9832f7b..9767350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed +- Removing billing options in order to use store-locator as a direct dependency. + ## [0.11.1] - 2023-11-07 ### Fixed