truewalletgiftredeemer
v0.1.0
Published
Forked from [manybaht/Manybaht-Truewallet-API](https://github.com/manybaht/Manybaht-Truewallet-API).
Downloads
9
Readme
truewalletgiftredeemer
Forked from manybaht/Manybaht-Truewallet-API.
Installation
$ yarn add truewalletgiftredeemeror
$ npm i truewalletgiftredeemerวิธีใช้งาน
import twg from 'truewalletgiftredeemer'
//ตัวอย่าง
twg.redeemvouchers('phone_number', 'giftvoucher/link')
.then(res => {
console.log(res);
});
/*
Response
{ status: 'SUCCESS', amount: recieved amount }
{ status: 'FAIL/ERROR', reason: why it failed }
*/