1.0.10 • Published 11 months ago

@fortune-inc/tw-voucher v1.0.10

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

Truewallet Voucher

เติมเงิน Truewallet ด้วยซองอั่งเปา

ทำไมต้อง tw-voucher

  • ✔️ ฟีเจอร์ครบรองรับทั้งโค๊ดอังเปาและ URL
  • 🔒 มีระบบป้องกันการ inject ในตัว

Installation

npm i @fortune-inc/tw-voucher

Examples

ตัวอย่างการเติมด้วยโค๊ด

const twvoucher = require('@fortune-inc/tw-voucher');

twvoucher('เบอร์โทรศัพท์', 'xxxxhFog10Ijbmg1c').then(redeemed => {
    console.log(`redeem ซอง ${redeemed.code} ของ ${redeemed.owner_full_name} จำนวน ${redeemed.amount} บาทแล้ว`) 
}).catch(err => {
    console.error('invaild voucher code')
})

ตัวอย่างการเติมด้วย URL

const twvoucher = require('@fortune-inc/tw-voucher');

twvoucher('เบอร์โทรศัพท์', 'https://gift.truemoney.com/campaign/?v=xxxxfhFog10Ijbmg1c').then(redeemed => {
    console.log(`redeem ซอง ${redeemed.code} ของ ${redeemed.owner_full_name} จำนวน ${redeemed.amount} บาทแล้ว`) 
}).catch(err => {
    console.error('invaild voucher code')
})
1.0.10

11 months ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago