thai-bank-transfer-qr 0.2.0 → 0.2.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/index.js +0 -4
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -35,10 +35,6 @@ export function crc16CCITT(input) {
35
35
  * @param {string} options.bankCode 3-digit Thai bank code (e.g. "004")
36
36
  * @param {string} options.accountNumber Digits only
37
37
  * @param {number|string} options.amount Fixed THB amount
38
- * @param {boolean} [options.dynamic=true] Tag 01: 12=dynamic, 11=static
39
- * @param {string} [options.merchantName]
40
- * @param {string} [options.merchantCity]
41
- * @param {string} [options.referenceId]
42
38
  * @returns {string}
43
39
  */
44
40
  export function buildThaiQRBankTransfer({ bankCode, accountNumber, amount }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thai-bank-transfer-qr",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Thai bank transfer QR payload builder (PromptPay – Tag 29 + CRC16)",
5
5
  "type": "module",
6
6
  "main": "index.js",