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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ To use the `paypal.orders` connector in your Ballerina application, update the `
Import the `paypal.orders` module.

```ballerina
import ballerinax/paypal.orders;
import ballerinax/paypal.orders as paypal;
```

### Step 2: Instantiate a new connector
Expand Down
2 changes: 1 addition & 1 deletion ballerina/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ To use the `paypal.orders` connector in your Ballerina application, update the `
Import the `paypal.orders` module.

```ballerina
import ballerinax/paypal.orders;
import ballerinax/paypal.orders as paypal;
```

### Step 2: Instantiate a new connector
Expand Down
1 change: 1 addition & 0 deletions examples/manage-shipping/.github/README.md
1 change: 1 addition & 0 deletions examples/order-lifecycle/.github/README.md
Loading