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 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. 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