wahdx-api 1.0.0 → 1.0.1

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 +9 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,6 +25,8 @@ ORKUT_TOKEN_AUTH=your_orkut_token_auth
25
25
  ORKUT_USERNAME=your_orkut_username
26
26
  ```
27
27
 
28
+ > **Catatan:** Untuk mendapatkan tokenKey, Anda bisa membelinya di halaman [https://api.wahdx.co](https://api.wahdx.co)
29
+
28
30
  ## Penggunaan
29
31
 
30
32
  ### Contoh Lengkap
@@ -152,10 +154,14 @@ Output jika berhasil:
152
154
  */
153
155
  ```
154
156
 
155
- ## Persyaratan Sistem
157
+ ## FAQ
158
+
159
+ ### Q: Bagaimana cara mendapatkan tokenKey agar bisa menggunakan module ini?
160
+ A: Anda bisa membeli tokenKey di halaman utama [https://api.wahdx.co](https://api.wahdx.co)
156
161
 
157
- - Node.js >= 20.18.3
162
+ ### Q: Bagaimana cara mendapatkan kredensial API OrderKuota?
163
+ A: Silahkan kunjungi dokumentasi api [https://api.wahdx.co/api-docs](https://api.wahdx.co/api-docs) untuk mendapatkan token pada akun orderkuota anda.
158
164
 
159
165
  ## Lisensi
160
166
 
161
- MIT
167
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wahdx-api",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Package untuk generate QRIS dan cek payment status secara realtime dengan API OrderKuota dari https://api.wahdx.co",
5
5
  "main": "dist/index.js",
6
6
  "author": "wahdalo",