<?php
namespace Faker\Provider\zh_TW;
/**
* @deprecated Use {@link \Faker\Provider\Internet} instead
* @see \Faker\Provider\Internet
*/
class Internet extends \Faker\Provider\Internet
{
/**
* @deprecated Use {@link \Faker\Provider\Internet::userName()} instead
* @see \Faker\Provider\Internet::userName()
*/
public function userName()
{
return parent::userName();
}
/**
* @deprecated Use {@link \Faker\Provider\Internet::domainWord()} instead
* @see \Faker\Provider\Internet::domainWord()
*/
public function domainWord()
{
return parent::domainWord();
}
}
Kueue Pay API responses include standard HTTP status codes to indicate the success or failure of a request. Successful responses will have a status code of 200 OK, while various error conditions will be represented by different status codes along with error messages in the response body.