Skip to content

Commit

Permalink
docs(payment): clean up overview docs (#3090)
Browse files Browse the repository at this point in the history
  • Loading branch information
xelaint authored Sep 18, 2024
1 parent 0a74a63 commit fd42854
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions libs/payment/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
# @daffodil/payment
`@daffodil/payment` contains the main features required to support payment in an Angular app.

`@daffodil/payment` contains the main features required to support payment in an Angular app. `@daffodil/payment` doesn't inherently support any particular payment methods but instead provides base models and extension points that are utilized by other libraries.
## Overview
`@daffodil/payment` doesn't inherently support any particular payment methods but instead provide base models and extension points that are utilized by other libraries.

See [@daffodil/authorizenet](../authorizenet/README.md) for an example of such a library.

## Installation
To install `@daffodil/payment`, use the following commands in your terminal.

```
Install with npm:
```bash
npm install @daffodil/payment --save
```

Install with yarn:

```bash
yarn add @daffodil/payment
```

0 comments on commit fd42854

Please sign in to comment.