Skip to content

Commit

Permalink
Merge pull request #18 from biggaji/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
biggaji authored Jan 9, 2022
2 parents 99b8692 + 730a3ab commit 3bd149b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ yarn add pay-lib
```javascript
const payLib = require("pay-lib");
```
#Create an array of object receipents, even if it is just a receipent

```javascript
//Create an array of object receipents, even if it is just a receipent

const receipents = [
{
name: "Tobi",
Expand Down Expand Up @@ -50,7 +51,7 @@ console.log(paymentIntents);

This would return a array objects containing details of each /receipent transactions

###Example response
### Example response
```javascript
[
{
Expand Down Expand Up @@ -81,5 +82,5 @@ This would return a array objects containing details of each /receipent transact

```

# Usage
## Usage
Live test project link coming

0 comments on commit 3bd149b

Please sign in to comment.