Skip to content

Version 1.0

Compare
Choose a tag to compare
@M4h45amu7x M4h45amu7x released this 14 Mar 22:57
· 11 commits to main since this release
a384088

Description:

API อั่งเปา True Wallet (Rework)

Features:

  • ตรวจสอบอั่งเปา
  • ใช้อั่งเปา
  • แสดงผลออกมาเป็น Json

Example:

<?php
use M4h45amu7x\Voucher;

require('src/Voucher.php');

$voucher = new Voucher('0123456789', 'https://gift.truemoney.com/campaign/?v=yGIDVpsqsbFV1LQSMH');

if ($_GET['action'] == 'verify')
    die($voucher->verify());
else if ($_GET['action'] == 'redeem')
    die($voucher->redeem());