Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions ballerina/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions ballerina/tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions examples/create-and-list-plans/.github/README.md
1 change: 0 additions & 1 deletion examples/create-and-list-plans/README.md

This file was deleted.

1 change: 0 additions & 1 deletion examples/monitor-and-manage-subscription/README.md

This file was deleted.

Loading