@riskdefy/chargebacks 1.0.2 → 1.0.3

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.
Files changed (2) hide show
  1. package/Readme.md +29 -0
  2. package/package.json +1 -1
package/Readme.md ADDED
@@ -0,0 +1,29 @@
1
+ # Chargebacks
2
+
3
+ **Chargebacks** is an npm module designed to help you efficiently manage and process chargebacks.
4
+
5
+ ## Installation
6
+
7
+ Install the Chargebacks module using npm:
8
+
9
+ ```bash
10
+ npm install chargebacks
11
+ ```
12
+
13
+ ## Usage
14
+
15
+ Here is an example of how to use the Chargebacks module in a Vue project:
16
+
17
+ ```javascript
18
+ import Chargebacks from "chargebacks";
19
+
20
+ <Chargebacks apikey={your_api_key} merchantId={your_merchant_id} />;
21
+ ```
22
+
23
+ ## Contributing
24
+
25
+ We welcome contributions! If you encounter any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
26
+
27
+ ## License
28
+
29
+ This version follows the best practices for `README.md` formatting and ensures clarity. Let me know if you need any modifications! 🚀
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riskdefy/chargebacks",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Chargebacks Vue component",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",