1.0.5 • Published 3 years ago

dots-checkout-react v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Dots Checkout React

The Dots Checkout React library provides a convinient way to integrate Dots into any react app

Documentation

See the API docs.

Installation

To install the package run:

npm install --save dots-checkout-react

Usage

The library needs to be configured with your client_id which can be found in the Developer Dashboard

<DotsCheckout dotsClientID='<CLLIENT ID>' invoiceID={this.state.invoiceID} invoiceURL={this.state.invoiceURL}  onSuccess={() => {console.log('completed')}}/>