A client-side Angular package for managing ecommerce payments agnostic to the ecommerce platform.
npm install @daffodil/payment@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 provide base models and extension points that are utilized by other libraries.See @daffodil/authorizenet for an example of such a library.
@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