Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 610 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 610 Bytes

@daffodil/payment

@daffodil/payment contains the main features required to support payment in an Angular app.

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 for an example of such a library.

Installation

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

Install with npm:

npm install @daffodil/payment --save

Install with yarn:

yarn add @daffodil/payment