From 430f7c4ef2630ed2c58359c9e26520c4d4ca0c87 Mon Sep 17 00:00:00 2001 From: RNViththagan Date: Mon, 30 Jun 2025 15:04:07 +0530 Subject: [PATCH 1/3] Remove redundant note about obtaining activated subscription ID for live tests --- ballerina/tests/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/ballerina/tests/README.md b/ballerina/tests/README.md index d1aae97..c86eca3 100644 --- a/ballerina/tests/README.md +++ b/ballerina/tests/README.md @@ -76,8 +76,6 @@ For example, to run only the mock tests: ./gradlew clean test -Pgroups=mock_tests ``` -For `live_active_subscription_tests`, obtain an activated subscription ID by following [docs/ActivateSubscription.md](docs/ActivateSubscription.md). - ## Notes - The `live_active_subscription_tests` group includes tests like `testUpdateSubscription`, `testReviseSubscription`, `testSuspendSubscription`, `testActivateSubscription`, and `testCancelSubscription`, requiring an active subscription. From e8ff8663398af6b0a9c11ff82b91b2c3406bc104 Mon Sep 17 00:00:00 2001 From: RNViththagan Date: Mon, 30 Jun 2025 15:07:23 +0530 Subject: [PATCH 2/3] Separate note and image in README --- README.md | 1 + ballerina/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 90dc859..5ec7a3e 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ To use the PayPal Subscriptions connector, you must have access to a [PayPal Dev 3. Create a Business account. > Note: Some PayPal options and features may vary by region or country; check availability before creating an account. + ![Create business account](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-paypal.subscriptions/main/docs/setup/resources/create-account.png) ### Step 2: Create a REST API App diff --git a/ballerina/README.md b/ballerina/README.md index 83e402a..88ef23c 100644 --- a/ballerina/README.md +++ b/ballerina/README.md @@ -16,6 +16,7 @@ To use the PayPal Subscriptions connector, you must have access to a [PayPal Dev 3. Create a Business account. > Note: Some PayPal options and features may vary by region or country; check availability before creating an account. + ![Create business account](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-paypal.subscriptions/main/docs/setup/resources/create-account.png) ### Step 2: Create a REST API App From 210f3d825a92f5b6460a82b401b2635e3f2b7675 Mon Sep 17 00:00:00 2001 From: RNViththagan Date: Mon, 30 Jun 2025 15:22:47 +0530 Subject: [PATCH 3/3] Update .github/README.md symlinks for each example to point to respective markdown files --- examples/create-and-list-plans/.github/README.md | 1 + examples/create-and-list-plans/README.md | 1 - examples/monitor-and-manage-subscription/.github/README.md | 1 + examples/monitor-and-manage-subscription/README.md | 1 - 4 files changed, 2 insertions(+), 2 deletions(-) create mode 120000 examples/create-and-list-plans/.github/README.md delete mode 120000 examples/create-and-list-plans/README.md create mode 120000 examples/monitor-and-manage-subscription/.github/README.md delete mode 120000 examples/monitor-and-manage-subscription/README.md diff --git a/examples/create-and-list-plans/.github/README.md b/examples/create-and-list-plans/.github/README.md new file mode 120000 index 0000000..786b370 --- /dev/null +++ b/examples/create-and-list-plans/.github/README.md @@ -0,0 +1 @@ +../create-and-list-plans.md \ No newline at end of file diff --git a/examples/create-and-list-plans/README.md b/examples/create-and-list-plans/README.md deleted file mode 120000 index a1b4861..0000000 --- a/examples/create-and-list-plans/README.md +++ /dev/null @@ -1 +0,0 @@ -create-and-list-plans.md \ No newline at end of file diff --git a/examples/monitor-and-manage-subscription/.github/README.md b/examples/monitor-and-manage-subscription/.github/README.md new file mode 120000 index 0000000..71db9b0 --- /dev/null +++ b/examples/monitor-and-manage-subscription/.github/README.md @@ -0,0 +1 @@ +../monitor-and-manage-subscription.md \ No newline at end of file diff --git a/examples/monitor-and-manage-subscription/README.md b/examples/monitor-and-manage-subscription/README.md deleted file mode 120000 index 57d9a1a..0000000 --- a/examples/monitor-and-manage-subscription/README.md +++ /dev/null @@ -1 +0,0 @@ -monitor-and-manage-subscription.md \ No newline at end of file