本文整理汇总了PHP中Am_Paysystem_Abstract::init方法的典型用法代码示例。如果您正苦于以下问题:PHP Am_Paysystem_Abstract::init方法的具体用法?PHP Am_Paysystem_Abstract::init怎么用?PHP Am_Paysystem_Abstract::init使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类Am_Paysystem_Abstract
的用法示例。
在下文中一共展示了Am_Paysystem_Abstract::init方法的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: init
public function init()
{
parent::init();
$this->getDi()->productTable->customFields()->add(new Am_CustomFieldText('fortumo_service_id', 'Fortumo Service ID', 'Get it from Service Status page'));
$this->getDi()->productTable->customFields()->add(new Am_CustomFieldText('fortumo_service_secret', 'Fortumo Service Secret Key', 'Get it from Service Status page'));
$this->getDi()->productTable->customFields()->add(new Am_CustomFieldText('fortumo_service_xml', 'Fortumo Service XML URL', 'Get it from Service Setup page'));
}
示例2: init
function init()
{
parent::init();
$this->getDi()->productTable->customFields()->add(new Am_CustomFieldText('web_id', '2000Charge.com website ID'));
$this->getDi()->productTable->customFields()->add(new Am_CustomFieldText(self::PRICEPOINT, 'Mapping code given by 2000Charge'));
$this->getDi()->productTable->customFields()->add(new Am_CustomFieldSelect('payment_option', 'Payment Option', 'Display Only Specified Payment Options', null, array('options' => $this->payment_options)));
}
示例3: init
function init()
{
parent::init();
$opt = array('' => 'Using plugin settings');
if ($this->isConfigured()) {
Am_Di::getInstance()->productTable->customFields()->add(new Am_CustomFieldSelect('bitpay_speed_risk', 'Bitpay speed/risk', null, null, array('options' => $opt + $this->transactionSpeedOptions)));
}
}
示例4: init
public function init()
{
parent::init();
// $this->getDi()->billingPlanTable->customFields()
// ->add(new Am_CustomFieldText('twocheckout_id', "2Checkout Product#",
// "for any recurring products you have to create corresponding product in 2CO
// admin panel and enter the id# here"));
}
示例5: init
public function init()
{
parent::init();
if ($this->isConfigured()) {
Am_Di::getInstance()->productTable->customFields()->add(new Am_CustomFieldText(self::MONELIB_ZOS_FIELD, 'Monelib Zone of Sale ID'));
Am_Di::getInstance()->productTable->customFields()->add(new Am_CustomFieldText(self::MONELIB_POS_FIELD, 'Monelib Point of Sale ID'));
}
}
示例6: init
public function init()
{
parent::init();
$this->getDi()->billingPlanTable->customFields()->add(new Am_CustomFieldText('ecsuite_product_id', "Ecsuite Product ID", "you must create the same product in Ecsuite for CC billing. Enter pricegroup here"));
$this->getDi()->billingPlanTable->customFields()->add(new Am_CustomFieldText('ecsuite_subaccount_id', "Ecsuite Subaccount ID", "keep empty to use default value (from config)"));
$this->getDi()->billingPlanTable->customFields()->add(new Am_CustomFieldText('ecsuite_form_id', "Ecsuite Form ID", "enter Ecsuite Form ID"));
$this->getDi()->billingPlanTable->customFields()->add(new Am_CustomFieldSelect('ecsuite_form_type', "Ecsuite Form Type", "", null, array('options' => array(self::ECSUITE_CC => 'Credit Card', self::ECSUITE_900 => 'Online Check', self::ECSUITE_CHECK => 'Ecsuite 900'))));
}
示例7: init
public function init()
{
parent::init();
$this->getDi()->billingPlanTable->customFields()->add(new Am_CustomFieldText('plimus_contract_id', "Plimus Contract ID", "You must enter the contract id of Plimus product.<br/>Plimus contract must have the same settings as amember product."));
}
示例8: init
function init()
{
parent::init();
$this->getDi()->billingPlanTable->customFields()->add(new Am_CustomFieldText('safecart_sku', "SafeCart SKU", "you must create the same product<br />\n in Safecart and enter SKU here"));
$this->getDi()->billingPlanTable->customFields()->add(new Am_CustomFieldText('safecart_product', "SafeCart Product", "You can get it from cart url: https://safecart.com/1mtest/PRODUCT/"));
}
示例9: init
public function init()
{
parent::init();
$this->getDi()->billingPlanTable->customFields()->add(new Am_CustomFieldText(self::JP_CAMPAIGN_ID, "Junglepay campaign ID", null, null, array('size' => 40)));
}
示例10: init
public function init()
{
parent::init();
$this->getDi()->billingPlanTable->customFields()->add(new Am_CustomFieldText('fastspring_product_id', "FastSpring Product ID", "You can get an ID from your FastSpring account -> Products and Settings -> Product Pages -> Option 1: View Product Detail Page \n <br />For example ID is 'testmembership' for an URL http://sites.fastspring.com/your_company/product/testmembership"));
$this->getDi()->billingPlanTable->customFields()->add(new Am_CustomFieldText('fastspring_product_name', "FastSpring Product Name", "You can get Name from your FastSpring account -> Products and Settings -> Product Catalog"));
}
示例11: init
public function init()
{
parent::init();
$this->getDi()->billingPlanTable->customFields()->add(new Am_CustomFieldText('gate2shop_id', "Gate2Shop Subscription name", ""));
$this->getDi()->billingPlanTable->customFields()->add(new Am_CustomFieldText('gate2shop_template_id', "Gate2Shop Product Descriptor ID (rebillingTemplateId)", ""));
}
示例12: init
public function init()
{
parent::init();
$this->getDi()->billingPlanTable->customFields()->add(new Am_CustomFieldSelect('mo_product_type', 'Product Type', 'Product type', null, array('options' => array(1 => 'Physical good', 2 => 'Online Gaming', 3 => 'Content', 4 => 'Service', 5 => 'Social Networking', 6 => 'Automat', 7 => 'Bet', 8 => 'Insurance', 10 => 'Public Services', 11 => 'Mobile Insurance', 12 => 'Box Game', 13 => 'Social Gaming', 14 => 'Mobile Applications', 15 => 'Online Education'))));
}
示例13: init
public function init()
{
parent::init();
$this->getDi()->blocks->add(new Am_Block('thanks/success', 'ClickBank Statement', 'clickbank-statement', $this, array($this, 'renederStatement')));
}
示例14: init
public function init()
{
parent::init();
$this->getDi()->billingPlanTable->customFields()->add(new Am_CustomFieldText('segpay_price_point_id', "Segpay Price Point ID", "you must create the same product<br />\n in Segpay and apply it to the Package/Website and enter its Price Point ID Here"));
$this->getDi()->billingPlanTable->customFields()->add(new Am_CustomFieldText('segpay_package_id', "Segpay Package ID", "Merchant Setup -> Packages -> Package ID"));
}
示例15: init
public function init()
{
parent::init();
$this->getDi()->billingPlanTable->customFields()->add(new Am_CustomFieldText('verotel_id', "VeroTel Site ID", ""));
}