vxgate 2.0.3 → 2.0.4

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/package.json +1 -1
  2. package/src/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vxgate",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "Violetics Payment Gateway SDK — QRIS payment via Orderkuota API",
5
5
  "keywords": ["qris", "payment", "orderkuota", "violetics", "indonesia", "payment-gateway"],
6
6
  "author": "Violetics",
package/src/index.js CHANGED
@@ -210,7 +210,7 @@ class VXGatePayment {
210
210
  /**
211
211
  * Verifikasi HMAC-SHA256 webhook signature.
212
212
  * @param {Buffer|string} rawBody - Raw request body
213
- * @param {string} signature - X-Violetics-Signature header value
213
+ * @param {string} signature - X-VXGate-Signature header value
214
214
  * @param {string} secret - Webhook secret dari setWebhook()
215
215
  * @returns {boolean}
216
216
  */