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.
- package/index.js +0 -4
- 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 }) {
|