当前位置: 首页>>代码示例>>PHP>>正文


PHP defineGatewayField函数代码示例

本文整理汇总了PHP中defineGatewayField函数的典型用法代码示例。如果您正苦于以下问题:PHP defineGatewayField函数的具体用法?PHP defineGatewayField怎么用?PHP defineGatewayField使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。


在下文中一共展示了defineGatewayField函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: protxvspform_activate

/**
 *
 * @ WHMCS FULL DECODED & NULLED
 *
 * @ Version  : 5.2.15
 * @ Author   : MTIMER
 * @ Release on : 2013-12-24
 * @ Website  : http://www.mtimer.cn
 *
 * */
function protxvspform_activate()
{
    defineGatewayField("protxvspform", "text", "vendorname", "", "Vendor Name", "25", "The VSPVendorName assigned to you by ProtX");
    defineGatewayField("protxvspform", "text", "xorencryptionpw", "", "Encryption Password", "25", "The XOR Encryption Password assigned to you by ProtX");
    defineGatewayField("protxvspform", "text", "vendoremail", "", "Vendor Email", "40", "The email address you want SagePay to send receipts to");
    defineGatewayField("protxvspform", "yesno", "testmode", "", "Test Mode", "", "");
}
开发者ID:billyprice1,项目名称:whmcs,代码行数:17,代码来源:protxvspform.php

示例2: worldpayinvisible_activate

/**
 *
 * @ WHMCS FULL DECODED & NULLED
 *
 * @ Version  : 5.2.15
 * @ Author   : MTIMER
 * @ Release on : 2013-12-24
 * @ Website  : http://www.mtimer.cn
 *
 * */
function worldpayinvisible_activate()
{
    defineGatewayField("worldpayinvisible", "text", "installationid", "", "Installation ID", "20", "Enter your WorldPay Installation ID");
    defineGatewayField("worldpayinvisible", "text", "authpw", "", "Auth Password", "20", "Enter your WorldPay Authorisation Password here");
    defineGatewayField("worldpayinvisible", "yesno", "preauth", "", "PreAuth Mode", "", "");
    defineGatewayField("worldpayinvisible", "yesno", "testmode", "", "Test Mode", "", "");
}
开发者ID:billyprice1,项目名称:whmcs,代码行数:17,代码来源:worldpayinvisible.php

示例3: payson_activate

/**
 *
 * @ WHMCS FULL DECODED & NULLED
 *
 * @ Version  : 5.2.15
 * @ Author   : MTIMER
 * @ Release on : 2013-12-24
 * @ Website  : http://www.mtimer.cn
 *
 * */
function payson_activate()
{
    defineGatewayField("payson", "text", "agentid", "", "Agent ID", "15", "");
    defineGatewayField("payson", "text", "email", "", "Seller Email", "50", "");
    defineGatewayField("payson", "text", "key", "", "Key", "20", "");
    defineGatewayField("payson", "yesno", "guaranteeoffered", "", "Offer Payson Guarantee", "", "");
}
开发者ID:billyprice1,项目名称:whmcs,代码行数:17,代码来源:payson.php

示例4: kuveytturk_activate

/**
 *
 * @ WHMCS FULL DECODED & NULLED
 *
 * @ Version  : 5.2.15
 * @ Author   : MTIMER
 * @ Release on : 2013-12-24
 * @ Website  : http://www.mtimer.cn
 *
 * */
function kuveytturk_activate()
{
    defineGatewayField("kuveytturk", "text", "merchantid", "", "Merchant ID", "20", "");
    defineGatewayField("kuveytturk", "text", "merchantpw", "", "Merchant Password", "20", "");
    defineGatewayField("kuveytturk", "text", "merchantnumber", "", "Merchant Number", "20", "");
    defineGatewayField("kuveytturk", "text", "isokod", "", "Isokod 949 YTL - 840 USD", "10", "");
}
开发者ID:billyprice1,项目名称:whmcs,代码行数:17,代码来源:kuveytturk.php

示例5: finansbank_activate

/**
 *
 * @ WHMCS FULL DECODED & NULLED
 *
 * @ Version  : 5.2.15
 * @ Author   : MTIMER
 * @ Release on : 2013-12-24
 * @ Website  : http://www.mtimer.cn
 *
 * */
function finansbank_activate()
{
    defineGatewayField("finansbank", "text", "merchantid", "", "Merchant ID", "20", "");
    defineGatewayField("finansbank", "text", "merchantpw", "", "Merchant Password", "20", "");
    defineGatewayField("finansbank", "text", "merchantnumber", "", "Merchant Number", "20", "");
    defineGatewayField("finansbank", "text", "currency", "", "Currency", "10", "");
    defineGatewayField("finansbank", "yesno", "testmode", "", "Test Mode", "", "");
}
开发者ID:billyprice1,项目名称:whmcs,代码行数:18,代码来源:finansbank.php

示例6: f2b_activate

/**
 *
 * @ WHMCS FULL DECODED & NULLED
 *
 * @ Version  : 5.2.15
 * @ Author   : MTIMER
 * @ Release on : 2013-12-24
 * @ Website  : http://www.mtimer.cn
 *
 * */
function f2b_activate()
{
    defineGatewayField("f2b", "text", "conta", "", "Número da Conta", "16", "Preencher o número de sua conta F2b sem espaços (normalmente começa com 9023... e possui 16 dígitos)");
    defineGatewayField("f2b", "text", "senha", "", "Senha", "12", "Informar a senha, caso você tenha cadastrado uma senha somente para WebServices, utilize-a aqui.");
    defineGatewayField("f2b", "text", "taxa", "", "Taxa de Cobrança", "10", "(formato 0,00)");
    defineGatewayField("f2b", "text", "tipo_taxa", "", "Tipo de Taxa", "1", "0 = R\$ (Reais) e 1 = % (Porcentagem)");
    defineGatewayField("f2b", "text", "tipo_cobranca", "", "Meios de Pagto Aceitos", "10", "B - Boleto; C - Cartão de crédito; D - Cartão de débito; T - Transferência On-line. <br>Ex.: BCD (Aceitar Boleto, Crédito e Débito)<br>");
}
开发者ID:billyprice1,项目名称:whmcs,代码行数:18,代码来源:f2b.php

示例7: garantibank_activate

/**
 *
 * @ WHMCS FULL DECODED & NULLED
 *
 * @ Version  : 5.2.15
 * @ Author   : MTIMER
 * @ Release on : 2013-12-24
 * @ Website  : http://www.mtimer.cn
 *
 * */
function garantibank_activate()
{
    defineGatewayField("garantibank", "text", "merchantid", "", "Merchant ID", "20", "");
    defineGatewayField("garantibank", "text", "merchantpw", "", "Merchant Password", "20", "");
    defineGatewayField("garantibank", "text", "merchantnumber", "", "Merchant Number", "20", "");
    defineGatewayField("garantibank", "text", "isokod", "", "Isokod 949 YTL - 840 USD", "10", "");
    defineGatewayField("garantibank", "yesno", "testmode", "", "Test Mode", "", "");
}
开发者ID:billyprice1,项目名称:whmcs,代码行数:18,代码来源:garantibank.php

示例8: payoffline_activate

/**
 *
 * @ WHMCS FULL DECODED & NULLED
 *
 * @ Version  : 5.2.15
 * @ Author   : MTIMER
 * @ Release on : 2013-12-24
 * @ Website  : http://www.mtimer.cn
 *
 * */
function payoffline_activate()
{
    defineGatewayField("payoffline", "text", "username", "", "Merchant Key", "20", "");
    defineGatewayField("payoffline", "text", "secretkey", "", "MD5 Secret Key", "40", "");
    defineGatewayField("payoffline", "text", "testuser", "", "Test Merchant Key", "20", "");
    defineGatewayField("payoffline", "text", "testkey", "", "Test MD5 Secret Key", "40", "");
    defineGatewayField("payoffline", "yesno", "testmode", "", "Test Mode", "", "");
}
开发者ID:billyprice1,项目名称:whmcs,代码行数:18,代码来源:payoffline.php

示例9: worldpayinvisiblexml_activate

/**
 *
 * @ WHMCS FULL DECODED & NULLED
 *
 * @ Version  : 5.2.15
 * @ Author   : MTIMER
 * @ Release on : 2013-12-24
 * @ Website  : http://www.mtimer.cn
 *
 * */
function worldpayinvisiblexml_activate()
{
    defineGatewayField("worldpayinvisiblexml", "text", "merchantcode1", "", "Merchant Code", "20", "First Transaction");
    defineGatewayField("worldpayinvisiblexml", "text", "merchantcode2", "", "Merchant Code", "20", "Recurring Maestro & Solo");
    defineGatewayField("worldpayinvisiblexml", "text", "merchantcode3", "", "Merchant Code", "20", "Recurring Any Other");
    defineGatewayField("worldpayinvisiblexml", "text", "merchantcodeamex", "", "Merchant Code", "20", "Amex Only Merchant Code");
    defineGatewayField("worldpayinvisiblexml", "text", "merchantpw", "", "Password", "20", "");
    defineGatewayField("worldpayinvisiblexml", "text", "instid", "", "Installation ID", "20", "");
    defineGatewayField("worldpayinvisiblexml", "yesno", "testmode", "", "Test Mode", "", "");
    defineGatewayField("worldpayinvisiblexml", "text", "cookiestore", "", "Cookie Path", "20", "Path to your cookie store WITH trailing slash. *THIS IS IMPORTANT*");
    defineGatewayField("worldpayinvisiblexml", "yesno", "cvvpass", "", "CVV Pass-through.", "", "Pass CVV after card authentication.");
}
开发者ID:billyprice1,项目名称:whmcs,代码行数:22,代码来源:worldpayinvisiblexml.php

示例10: myideal_activate

/**
 *
 * @ WHMCS FULL DECODED & NULLED
 *
 * @ Version  : 5.2.15
 * @ Author   : MTIMER
 * @ Release on : 2013-12-24
 * @ Website  : http://www.mtimer.cn
 *
 * */
function myideal_activate()
{
    defineGatewayField("myideal", "text", "merchantid", "00000000", "Merchant ID", "20", "Your Postbank/ING merchant ID");
    defineGatewayField("myideal", "text", "subid", "0", "SubID", "20", "Provided by Postbank / ING. Normally '0'");
    defineGatewayField("myideal", "text", "privatekey", "merchantprivatekey.pem", "Private Key", "20", "Normally merchantprivatekey.pem");
    defineGatewayField("myideal", "text", "privatekeypass", "yourpassword", "Private Key Pass", "20", "Provide your private key password");
    defineGatewayField("myideal", "text", "privatecert", "cert.cer", "Private Cert", "20", "Your private certificate (normally cert.cer) as uploaded to the Ideal Dashboard");
    defineGatewayField("myideal", "text", "certificate0", "ideal.cer", "Certificate0", "20", "Normally 'ideal.cer'");
    defineGatewayField("myideal", "text", "acquirertimeout", "10", "Acquirer Timeout", "20", "Default is '10'");
    defineGatewayField("myideal", "text", "expirationperiod", "PT10M", "Expiration Period", "20", "Default is 'PT10M'");
    defineGatewayField("myideal", "text", "language", "nl", "Language", "20", "Default is 'nl'");
    defineGatewayField("myideal", "text", "description", "", "Default Description", "20", "Your WHMCS transaction descriptions. Max. 32 chars.");
    defineGatewayField("myideal", "text", "entrancecode", "0123456789", "Entrance Code", "20", "Entrance code is a random number. Max. 40 numbers.");
    defineGatewayField("myideal", "text", "logfile", "thinmpi.log", "Logfile", "20", "Default is 'thinmpi.log'");
    defineGatewayField("myideal", "yesno", "testmode", "", "Test Mode", "", "Only check this when in Ideal Postbank / ING testing modus");
}
开发者ID:billyprice1,项目名称:whmcs,代码行数:26,代码来源:myideal.php

示例11: moipapi_activate

function moipapi_activate()
{
    $username = full_query("SELECT username FROM tbladmins WHERE id='1'");
    $username = mysql_fetch_array($username);
    $username = $username['username'];
    defineGatewayField("moipapi", "text", "username", "" . $username, "Usuário do Sistema", "30", "Nome do usuário administrador");
    defineGatewayField("moipapi", "text", "emailpd", "", "ID*", "30", "ID Usuário cadastrado no Pagamento Moip");
    defineGatewayField("moipapi", "textarea", "obs", "", "Observações", "10", "Insira um texto na fatura, Ex: Aceitamos Apenas Boleto...");
    defineGatewayField("moipapi", "text", "taxa_porc", "0.00", "Taxa %", "5", "Taxa adicional em porcentagem");
    defineGatewayField("moipapi", "text", "taxa_reais", "0.00", "Taxa R\$", "6", "Taxa adicional em Reais");
    defineGatewayField("moipapi", "text", "Layout", "", "Layout", "20", "Insira o nome do layout criado em sua conta Moip, caso nao haja essa informacao o layout utilizado sera o defalt (padrao) Moip.<br>Para criar ou alterar um layout acesse sua conta Moip no menu Meus Dados >>  Preferencias  >>  Layout personalizado da pagina de pagamento");
    defineGatewayField("moipapi", "text", "url_retorno", "", "Url de retorno", "20", "Insira aqui o endereço de onde está instalado o seu whmcs");
    defineGatewayField("moipapi", "text", "url_image", "", "Url da imagem", "80", "Insira aqui a url da imagem que deseja que apareça no lugar do botão pagar agora.");
    defineGatewayField("moipapi", "text", "url_logo_boleto", "", "Url logo boleto", "22", "Digite a url da logo que deverá ser exibida no boleto ex: http:\\seusite.com\\logo.jpg");
    defineGatewayField("moipapi", "dropdown", "tp_venc", "", "Tipo de vencimento Dias", "22", "Corridos,Uteis");
    defineGatewayField("moipapi", "text", "prz_venc", "", "Prazo de vencimento Dias", "22", "Digite após quantos dias deverá o boleto vencer, conforme Tipo vencimento Dias");
    defineGatewayField("moipapi", "dropdown", "func_dbg", "", "Ativar debug", "22", "Não,Sim");
    defineGatewayField("moipapi", "yesno", "gravaDB", "on", "Retorno Automático", "", "Desmarque para não gravar as informações do retorno automático dos dados.");
    defineGatewayField("moipapi", "yesno", "capestado", "on", "Captura estado", "on", "Ativar/desativar captura de estado no cadastro do cliente, caso seja desativado será solicitado digitar o estado quando direcionado a Moip.");
    defineGatewayField("moipapi", "yesno", "habimage", "", "Habilita imagem", "", "Habilita trocar o botão pagar agora por uma imagem.");
    defineGatewayField("moipapi", "yesno", "habredir", "", "Habilita redirecionamento", "", "Habilita direcionar o cliente direto ao pagamento ao invráz dos detalhes da fatura ( Não precisará clicar no botão pagar.");
}
开发者ID:billyprice1,项目名称:whmcs,代码行数:22,代码来源:moipapi.php

示例12: iugu_activate

function iugu_activate()
{
    defineGatewayField("iugu", "text", "api_token", "", "Token", "40", "Você pode gerenciar seus tokens nas configurações de sua <a href='https://iugu.com/settings/account' target='blank'>conta</a>.");
}
开发者ID:iugu,项目名称:iugu-whmcs,代码行数:4,代码来源:iugu.php

示例13: paymex_activate

/**
 *
 * @ WHMCS FULL DECODED & NULLED
 *
 * @ Version  : 5.2.15
 * @ Author   : MTIMER
 * @ Release on : 2013-12-24
 * @ Website  : http://www.mtimer.cn
 *
 * */
function paymex_activate()
{
    defineGatewayField("paymex", "text", "authcode", "", "Business ID", "40", "This your unique business ID given to you by Paymex.");
    defineGatewayField("paymex", "yesno", "testmode", "", "Test Mode", "", "");
}
开发者ID:billyprice1,项目名称:whmcs,代码行数:15,代码来源:paymex.php

示例14: gate2shop_activate

/**
 *
 * @ WHMCS FULL DECODED & NULLED
 *
 * @ Version  : 5.2.15
 * @ Author   : MTIMER
 * @ Release on : 2013-12-24
 * @ Website  : http://www.mtimer.cn
 *
 * */
function gate2shop_activate()
{
    defineGatewayField("gate2shop", "text", "MerchantID", "", "MerchantID", "40", "");
    defineGatewayField("gate2shop", "text", "MerchantSiteID", "", "MerchantSiteID", "25", "");
    defineGatewayField("gate2shop", "text", "SecretKey", "", "SecretKey", "90", "");
}
开发者ID:billyprice1,项目名称:whmcs,代码行数:16,代码来源:gate2shop.php

示例15: paymentsgateway_activate

/**
 *
 * @ WHMCS FULL DECODED & NULLED
 *
 * @ Version  : 5.2.15
 * @ Author   : MTIMER
 * @ Release on : 2013-12-24
 * @ Website  : http://www.mtimer.cn
 *
 * */
function paymentsgateway_activate()
{
    defineGatewayField("paymentsgateway", "text", "merchantid", "", "Merchant ID", "15", "");
    defineGatewayField("paymentsgateway", "text", "password", "", "Password", "20", "");
    defineGatewayField("paymentsgateway", "yesno", "testmode", "", "Test Mode", "", "");
}
开发者ID:billyprice1,项目名称:whmcs,代码行数:16,代码来源:paymentsgateway.php


注:本文中的defineGatewayField函数示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。