| Amiro.Ru / Manual | |||||||
|
Packages:
DB Debug Driver_PaymentSystem Environment Library Module ModuleComponent Package Plugin Plugin_AJAXResponder Plugin_Sample Service Template TxCommand TxService Hyper_AmiCatalog Hyper_AmiClean Hyper_AmiEshopShipping Hyper_AmiExt Hyper_AmiFiles Hyper_AmiMultifeeds Hyper_AmiSearch Hyper_AmiUsers Config_AmiCatalog_Items Config_AmiClean_AmiNewsList Config_AmiClean_AmiSample Config_AmiClean_EshopOrder Config_AmiClean_Webservice Config_AmiEshopShipping_Fields Config_AmiEshopShipping_Methods Config_AmiEshopShipping_Types Config_AmiFake_AmiroPayDrvExample Config_AmiFiles_Files Config_AmiMultifeeds_Articles Config_AmiMultifeeds_Blog Config_AmiMultifeeds_FAQ Config_AmiMultifeeds_News Config_AmiMultifeeds_PhotoGallery Config_AmiMultifeeds_Stickers Config_AmiUsers_Users Module_Catalog Module_Pages Module_Sample Module_SearchHistory |
Loading search... The AMI_PaymentSystemDriver classBILL_driver_base | --AMI_PaymentSystemDriver • IntroductionPayment system driver. • Class synopsis
AMI_PaymentSystemDriver
extends BILL_driver_base
{
/* Properties */
// Driver path relative to pay_drivers/
/* Methods */
// Get checkout button HTML form.
// Get the form that will be autosubmitted to payment system. This step is required for some shooping cart actions.
// Return real system order id from data that provided by payment system.
// Do required operations after the payment is confirmed with payment system call.
// Verify the order by payment system background responce. In success case 'confirmed' status will be setup for order.
// Verify the order from user back link. In success case 'accepted' status will be setup for order.
// Returns scope as HTML form hidden fields.
}
Tags:
• Class Properies
• Class Methods// Get checkout button HTML form.
Overridden in child classes as: Example_PaymentSystemDriver::getPayButton(). // Get the form that will be autosubmitted to payment system. This step is required for some shooping cart actions.
Overridden in child classes as: Example_PaymentSystemDriver::getPayButtonParams(). // Return real system order id from data that provided by payment system.
Overridden in child classes as: Example_PaymentSystemDriver::getProcessOrder(). // Do required operations after the payment is confirmed with payment system call.
// Verify the order by payment system background responce. In success case 'confirmed' status will be setup for order.
Overridden in child classes as: Example_PaymentSystemDriver::payCallback(). // Verify the order from user back link. In success case 'accepted' status will be setup for order.
Overridden in child classes as: Example_PaymentSystemDriver::payProcess(). // Returns scope as HTML form hidden fields.
Tags:
|