From c1a652ddc7514db6b02cf4c655ede705d8d86aa7 Mon Sep 17 00:00:00 2001 From: Matt Goldman Date: Tue, 29 Jun 2021 09:56:51 -0700 Subject: [PATCH 1/2] update embed url --- docs/embed-sdk.md | 2 +- docs/intro.md | 2 +- docs/payment-button-js.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/embed-sdk.md b/docs/embed-sdk.md index 83b6765..c26e9c0 100644 --- a/docs/embed-sdk.md +++ b/docs/embed-sdk.md @@ -9,7 +9,7 @@ sidebar_label: Embed SDK Firstly make sure to load the embed code on your page. ```html - + ``` Alternatively install via npm. diff --git a/docs/intro.md b/docs/intro.md index 93c4947..8ab6069 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -18,7 +18,7 @@ Our simple embed is the next level up, but it still only requires two lines of c ```html - + ``` ## Using with React diff --git a/docs/payment-button-js.md b/docs/payment-button-js.md index b6e7835..8ad774d 100644 --- a/docs/payment-button-js.md +++ b/docs/payment-button-js.md @@ -14,7 +14,7 @@ This code is very straightforward: ```html - + ``` ### Additional parameters available @@ -35,7 +35,7 @@ A complete example: > Buy me a coffee - + ``` ### Multiple plans per page @@ -46,5 +46,5 @@ One other thing to bear in mind, you can have multiple plans on your page, for t - + ``` From a142ca91eaa1196a28133be40f3d26b348597103 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 17:12:41 +0000 Subject: [PATCH 2/2] build(deps): bump json5 from 2.1.0 to 2.2.3 in /website Bumps [json5](https://github.com/json5/json5) from 2.1.0 to 2.2.3. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v2.1.0...v2.2.3) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- website/yarn.lock | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/website/yarn.lock b/website/yarn.lock index ad02af9..85c9e52 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -2996,10 +2996,8 @@ json3@^3.3.2: resolved "https://registry.yarnpkg.com/json3/-/json3-3.3.2.tgz#3c0434743df93e2f5c42aee7b19bcb483575f4e1" json5@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850" - dependencies: - minimist "^1.2.0" + version "2.2.3" + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" jsonfile@^4.0.0: version "4.0.0"