libs/customer-payment-authorizenet/README.md
# @daffodil/customer-payment-authorizenet
`@daffodil/customer-payment-authorizenet` contains the main features required to support customer management in an Angular app. It supports loading a customer and saved payment-authorizenets.
## Installation
To install `@daffodil/customer-payment-authorizenet`, use the following commands in your terminal.
Install with npm:
```bash
npm install @daffodil/customer-payment-authorizenet --save
```
Install with yarn:
```bash
yarn add @daffodil/customer-payment-authorizenet
```