<?php
namespace Faker\Provider\zh_CN;
class Internet extends \Faker\Provider\Internet
{
protected static $freeEmailDomain = [
'gmail.com', 'yahoo.com', 'hotmail.com', '126.com', '163.com', 'qq.com', 'sohu.com', 'sina.com',
];
protected static $tld = [
'com', 'com', 'com', 'com', 'com', 'com', 'biz', 'info', 'net', 'org', 'cn',
'com.cn', 'edu.cn', 'net.cn', 'biz.cn', 'gov.cn', 'org.cn',
];
protected static $userNameFormats = [
'{{word}}.{{word}}',
'{{word}}_{{word}}',
'{{word}}##',
'?{{word}}',
];
protected static $emailFormats = [
'{{userName}}@{{freeEmailDomain}}',
];
}
Checks the status of a payment.
**Response: SUCCESS (200 OK)**
{
"message": {
"success": [
"Success"
]
},
"data": {
"token": "2zMRmT3KeYT2BWMAyGhqEfuw4tOYOfGXKeyKqehZ8mF1E35hMwE69gPpyo3e",
"trx_id": "CP44657864",
"payer": {
"username": "testuser",
"email": "user@appdevs.net"
}
"status": "Test",
},
"type": "success"
}