コード例 #1
0
/**
 * Get Factura.com client information
 *
 * @param Global $_POST
 * @return Array
 */
function getClient()
{
    $rfc = $_POST['rfc'];
    return WrapperHelper::getClient($rfc);
}