@paystack/checkout-js 1.51.0-dev.9 → 1.51.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -4
- package/dist/checkout.js +29 -23524
- package/es/checkout.js +28 -23510
- package/lib/checkout.js +28 -23518
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,15 +1,12 @@
|
|
|
1
|
-
#
|
|
2
|
-
|
|
1
|
+
# Checkout JS Documentation
|
|
3
2
|
Checkout JS is a billing library for building web checkout flows on Paystack.
|
|
4
3
|
|
|
5
4
|
# Installation
|
|
6
|
-
|
|
7
5
|
```bash
|
|
8
6
|
npm install @paystack/checkout-js --save
|
|
9
7
|
```
|
|
10
8
|
|
|
11
9
|
or just grab the js file and add it to your html directly
|
|
12
|
-
|
|
13
10
|
```html
|
|
14
11
|
<script src="https://js.paystack.co/v1/checkout.js"></script>
|
|
15
12
|
```
|