From c11b7aff248ab11d0243378d98b1c3170c46fbf5 Mon Sep 17 00:00:00 2001 From: Enes Date: Mon, 13 Jul 2026 10:03:10 +0300 Subject: [PATCH 1/2] docs(ecommerce): fix broken example links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Both example links on the ecommerce integration/overview pages 404'd: - Live Demo (demo-checkout.walletconnect.com) — host no longer resolves. - Ecommerce Example — pointed into the internal `buyer-experience` repo, which public docs readers can't open. Point the example card at the public WalletConnect/walletconnect-pay-examples repo and remove the dead Live Demo card. Co-Authored-By: Claude Opus 4.8 (1M context) --- payments/ecommerce/integration.mdx | 15 +++++---------- payments/ecommerce/overview.mdx | 5 +---- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/payments/ecommerce/integration.mdx b/payments/ecommerce/integration.mdx index 21194aa..f13862f 100644 --- a/payments/ecommerce/integration.mdx +++ b/payments/ecommerce/integration.mdx @@ -199,16 +199,11 @@ Contact the WalletConnect team to obtain staging credentials. ## Example Implementation -A complete working reference implementation is available in the WalletConnect buyer-experience repository: - - - - Try the checkout flow end-to-end with a live demo store. - - - Full-stack example showing payment creation, checkout redirect, and order verification. - - +A complete working reference implementation is available in the WalletConnect Pay examples repository: + + + Full-stack reference apps showing payment creation, checkout redirect, and order verification. + The example includes: - **API client** — payment creation with checkout URLs diff --git a/payments/ecommerce/overview.mdx b/payments/ecommerce/overview.mdx index 4e1ce36..0525f65 100644 --- a/payments/ecommerce/overview.mdx +++ b/payments/ecommerce/overview.mdx @@ -52,10 +52,7 @@ Your backend creates a payment via a single API call and redirects the buyer to Set up your merchant account and obtain your API credentials. - - Try the checkout flow end-to-end with a live demo store. - - + Full-stack Next.js reference implementation. From a3d7b9ebaa9330701e70427007e6c3cd80b6d9d3 Mon Sep 17 00:00:00 2001 From: Enes Date: Mon, 13 Jul 2026 10:07:22 +0300 Subject: [PATCH 2/2] docs(ecommerce): split example into React + JavaScript cards Point to the public gateway/headless-checkout (React/Next.js) and gateway/headless-checkout-vanilla (JavaScript) examples, with react/js icons, instead of a single repo-root card. Co-Authored-By: Claude Opus 4.8 (1M context) --- payments/ecommerce/integration.mdx | 15 ++++++++++----- payments/ecommerce/overview.mdx | 7 +++++-- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/payments/ecommerce/integration.mdx b/payments/ecommerce/integration.mdx index f13862f..a5434c7 100644 --- a/payments/ecommerce/integration.mdx +++ b/payments/ecommerce/integration.mdx @@ -199,11 +199,16 @@ Contact the WalletConnect team to obtain staging credentials. ## Example Implementation -A complete working reference implementation is available in the WalletConnect Pay examples repository: - - - Full-stack reference apps showing payment creation, checkout redirect, and order verification. - +Complete working reference checkouts are available in the WalletConnect Pay examples repository: + + + + Next.js checkout showing payment creation, checkout redirect, and order verification. + + + Framework-neutral checkout driving the payment flow with vanilla TypeScript. + + The example includes: - **API client** — payment creation with checkout URLs diff --git a/payments/ecommerce/overview.mdx b/payments/ecommerce/overview.mdx index 0525f65..38ef031 100644 --- a/payments/ecommerce/overview.mdx +++ b/payments/ecommerce/overview.mdx @@ -52,8 +52,11 @@ Your backend creates a payment via a single API call and redirects the buyer to Set up your merchant account and obtain your API credentials. - - Full-stack Next.js reference implementation. + + Next.js reference checkout implementation. + + + Framework-neutral vanilla TypeScript checkout.