@bigbinary/neeto-payments-frontend 1.4.16 → 1.4.18
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 +4 -0
- package/dist/index.cjs.js +1472 -1264
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1472 -1264
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -110,6 +110,10 @@ The engine is used to manage payments across neeto products.
|
|
|
110
110
|
### Usage
|
|
111
111
|
You can learn more about setup and usage here:
|
|
112
112
|
1. [Services](/docs/engine/services.md)
|
|
113
|
+
2. [Stripe integration](/docs/engine/stripe_integrations.md)
|
|
114
|
+
2. [Razorpay integration](/docs/engine/razorpay_integrations.md)
|
|
115
|
+
3. [Stripe payment](/docs/engine/stripe_payment.md)
|
|
116
|
+
4. [Razorpay payment](/docs/engine/razorpay_payment.md)
|
|
113
117
|
|
|
114
118
|
## Frontend package
|
|
115
119
|
### Installation
|