From 40c38bf9353d6a97cb921d1b57bc6061c954c877 Mon Sep 17 00:00:00 2001 From: cb-gaganbankey Date: Thu, 6 Aug 2026 14:05:38 +0530 Subject: [PATCH] updated readme and marketplace reference --- .github/scripts/generate-changelog.sh | 2 +- README.md | 6 +++--- .../crm_lead_on_customer_created_sample_app/README.md | 2 +- .../types/types.d.ts | 4 ++-- .../schedule_advance_invoice_sample_app/types/types.d.ts | 4 ++-- .../dunning_cycle_end_handler_sample_app/types/types.d.ts | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/scripts/generate-changelog.sh b/.github/scripts/generate-changelog.sh index 91af8bc..f5871cb 100644 --- a/.github/scripts/generate-changelog.sh +++ b/.github/scripts/generate-changelog.sh @@ -19,7 +19,7 @@ SOURCE_BRANCH="${1:-$(git branch --show-current)}" DATE_FILTER="${2:-merged:>=$(date -u -v-30d +%Y-%m-%d 2>/dev/null || date -u -d '30 days ago' +%Y-%m-%d)}" # Repo is set per-repo when this file is pushed (placeholder replaced by upload script) -REPO="chargebee/cb-marketplace-sample-app" +REPO="chargebee/sample-custom-apps" echo "🔍 Searching for PRs merged into $SOURCE_BRANCH..." diff --git a/README.md b/README.md index aa71936..b3006e0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Marketplace Sample Apps +# Sample Custom Apps -This repository contains example serverless marketplace apps. +This repository contains sample apps for building custom apps using the [chargebee-apps](https://www.npmjs.com/package/@chargebee/chargebee-apps) CLI. ## Quick start @@ -18,4 +18,4 @@ npm install -g @chargebee/chargebee-apps chargebee-apps run ``` -5. Open `http://localhost:15000` and trigger events using the provided `test_data`. \ No newline at end of file +5. Open `http://localhost:15000` and trigger events using the provided `test_data`. diff --git a/sample-apps/sample-apps-with-iparams/crm_lead_on_customer_created_sample_app/README.md b/sample-apps/sample-apps-with-iparams/crm_lead_on_customer_created_sample_app/README.md index ba41560..c8b91a1 100644 --- a/sample-apps/sample-apps-with-iparams/crm_lead_on_customer_created_sample_app/README.md +++ b/sample-apps/sample-apps-with-iparams/crm_lead_on_customer_created_sample_app/README.md @@ -2,7 +2,7 @@ This sample app listens for Chargebee `customer_created` events and creates a lead/contact in HubSpot using the Contacts API. -It mirrors `crm_lead_on_customer_created_sample_app` but uses the **section-based iparam structure** introduced in marketplace v2. +It mirrors `crm_lead_on_customer_created_sample_app` but uses the **section-based iparam structure**. ## What this app does diff --git a/sample-apps/sample-apps-with-iparams/crm_lead_on_customer_created_sample_app/types/types.d.ts b/sample-apps/sample-apps-with-iparams/crm_lead_on_customer_created_sample_app/types/types.d.ts index 8f5b17f..d93bce9 100644 --- a/sample-apps/sample-apps-with-iparams/crm_lead_on_customer_created_sample_app/types/types.d.ts +++ b/sample-apps/sample-apps-with-iparams/crm_lead_on_customer_created_sample_app/types/types.d.ts @@ -1,6 +1,6 @@ /** - * Type definitions for Chargebee Marketplace applications - * This file provides TypeScript types for common structures used in marketplace applications + * Type definitions for chargebee-apps applications + * This file provides TypeScript types for common structures used in Chargebee apps */ /** diff --git a/sample-apps/sample-apps-with-iparams/schedule_advance_invoice_sample_app/types/types.d.ts b/sample-apps/sample-apps-with-iparams/schedule_advance_invoice_sample_app/types/types.d.ts index f3e8022..f21a23e 100644 --- a/sample-apps/sample-apps-with-iparams/schedule_advance_invoice_sample_app/types/types.d.ts +++ b/sample-apps/sample-apps-with-iparams/schedule_advance_invoice_sample_app/types/types.d.ts @@ -1,6 +1,6 @@ /** - * Type definitions for Chargebee Marketplace applications - * This file provides TypeScript types for common structures used in marketplace applications + * Type definitions for chargebee-apps applications + * This file provides TypeScript types for common structures used in Chargebee apps */ /** diff --git a/sample-apps/sample-apps-without-iparams/dunning_cycle_end_handler_sample_app/types/types.d.ts b/sample-apps/sample-apps-without-iparams/dunning_cycle_end_handler_sample_app/types/types.d.ts index b199ae7..187a4ec 100644 --- a/sample-apps/sample-apps-without-iparams/dunning_cycle_end_handler_sample_app/types/types.d.ts +++ b/sample-apps/sample-apps-without-iparams/dunning_cycle_end_handler_sample_app/types/types.d.ts @@ -1,6 +1,6 @@ /** - * Type definitions for Chargebee Marketplace applications - * This file provides TypeScript types for common structures used in marketplace applications + * Type definitions for chargebee-apps applications + * This file provides TypeScript types for common structures used in Chargebee apps */ /**