當發票通過手動退款選項退款時執行。
參數
變量 | 類型 | 注意 |
---|---|---|
transid | string | 原始付款的交易 ID |
amount | float | 退還數量 |
響應
不支持響應
示例代碼
<?php
add_hook('ManualRefund', 1, function($vars) {
// Perform hook code here...
});
相關用法
- PHP Max()用法及代碼示例
- PHP MySQL ROUND()用法及代碼示例
- PHP Memcache::getExtendedStats()用法及代碼示例
- PHP Memcached getByKey()用法及代碼示例
- PHP Memcache::getServerStatus()用法及代碼示例
- PHP WHMCS ModuleChangePackage用法及代碼示例
- PHP Memcache::flush()用法及代碼示例
- PHP Memcache::setCompressThreshold()用法及代碼示例
- PHP Memcached add()用法及代碼示例
- PHP Memcache::pconnect()用法及代碼示例
- PHP Memcache::get()用法及代碼示例
- PHP Memcache::replace()用法及代碼示例
- PHP Memcache::set()用法及代碼示例
- PHP Memcache::connect()用法及代碼示例
- PHP WHMCS ModuleSuspend用法及代碼示例
- PHP Memcache::increment()用法及代碼示例
- PHP Memcache::close()用法及代碼示例
- PHP WHMCS MergeTicket用法及代碼示例
- PHP WHMCS ModuleChangePw用法及代碼示例
- PHP Memcached addServer()用法及代碼示例
- PHP WHMCS ModuleTerminate用法及代碼示例
- PHP WHMCS ModuleCustom用法及代碼示例
- PHP Memcached get()用法及代碼示例
- PHP WHMCS ModuleCreate用法及代碼示例
- PHP Memcache::delete()用法及代碼示例
注:本文由純淨天空篩選整理自whmcs.com大神的英文原創作品 ManualRefund。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。