當新訂單的欺詐檢查失敗時執行。
參數
變量 | 類型 | 注意 |
---|---|---|
orderid | int | 被欺詐檢查的訂單的id |
ordernumber | int | 訂單號 |
invoiceid | int | 訂單生成的發票 ID |
amount | float | 訂單數量 |
fraudresults | array | 欺詐檢查的完整結果 |
isfraud | array | 如果發生錯誤,請檢查欺詐的詳細信息 |
clientdetails | array | 訂單所針對的客戶的完整詳細信息 |
響應
不支持響應
示例代碼
<?php
add_hook('FraudCheckFailed', 1, function($vars) {
// Perform hook code here...
});
相關用法
- PHP WHMCS FraudCheckAwaitingUserInput用法及代碼示例
- PHP WHMCS FraudCheckPassed用法及代碼示例
- PHP WHMCS FraudOrder用法及代碼示例
- PHP FrenchToJD()用法及代碼示例
- PHP FilesystemIterator __construct()用法及代碼示例
- PHP FilesystemIterator getFlags()用法及代碼示例
- PHP FilesystemIterator next()用法及代碼示例
- PHP WHMCS FormatDateTimeForClientAreaOutput用法及代碼示例
- PHP WHMCS FileDownload用法及代碼示例
- PHP FilesystemIterator rewind()用法及代碼示例
- PHP FilesystemIterator key()用法及代碼示例
- PHP FilesystemIterator current()用法及代碼示例
- PHP FilesystemIterator setFlags()用法及代碼示例
- PHP WHMCS FormatDateForClientAreaOutput用法及代碼示例
- PHP WHMCS FetchCurrencyExchangeRates用法及代碼示例
- PHP WHMCS ClientAreaPageDownloads用法及代碼示例
- PHP Ds\Map isEmpty()用法及代碼示例
- PHP PHPUnit assertIsNotFloat()用法及代碼示例
- PHP disk_total_space()用法及代碼示例
- PHP ReflectionClass getTraitAliases()用法及代碼示例
- PHP hash_hmac()用法及代碼示例
- PHP String wordwrap()用法及代碼示例
- PHP XMLWriter endPi()用法及代碼示例
- PHP SimpleXMLElement children()用法及代碼示例
- PHP IntlCalendar getTimeZone()用法及代碼示例
注:本文由純淨天空篩選整理自whmcs.com大神的英文原創作品 FraudCheckFailed。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。