Public Member Functions | |
__construct ($oDb, $oConfig, $aConfig) | |
initializeCheckout ($iPendingId, $aCartInfo, $bRecurring=false, $iRecurringDays=0) | |
finalizeCheckout (&$aData) | |
checkoutFinished () | |
needRedirect () | |
Public Attributes | |
$_oDb | |
$_oConfig | |
$_iId | |
$_sName | |
$_sCaption | |
$_sPrefix | |
$_aOptions | |
$_bRedirectOnResult | |
Protected Member Functions | |
getOptionsByPending ($iPendingId) | |
getOption ($sName) | |
This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/
Definition at line 8 of file ChPmtProvider.php.
ChPmtProvider::__construct | ( | $oDb, | |
$oConfig, | |||
$aConfig | |||
) |
Constructor
Reimplemented in ChPmtPayPal, ChPmtBitPay, and ChPmt2Checkout.
Definition at line 23 of file ChPmtProvider.php.
ChPmtProvider::checkoutFinished | ( | ) |
Reimplemented in ChPmtBitPay.
Definition at line 37 of file ChPmtProvider.php.
ChPmtProvider::finalizeCheckout | ( | & | $aData | ) |
Reimplemented in ChPmtBitPay, and ChPmt2Checkout.
Definition at line 36 of file ChPmtProvider.php.
|
protected |
Definition at line 55 of file ChPmtProvider.php.
|
protected |
Definition at line 47 of file ChPmtProvider.php.
ChPmtProvider::initializeCheckout | ( | $iPendingId, | |
$aCartInfo, | |||
$bRecurring = false , |
|||
$iRecurringDays = 0 |
|||
) |
Reimplemented in ChPmtPayPal, ChPmtBitPay, and ChPmt2Checkout.
Definition at line 35 of file ChPmtProvider.php.
ChPmtProvider::needRedirect | ( | ) |
Is used on success only.
Definition at line 42 of file ChPmtProvider.php.
ChPmtProvider::$_aOptions |
Definition at line 17 of file ChPmtProvider.php.
ChPmtProvider::$_bRedirectOnResult |
Definition at line 18 of file ChPmtProvider.php.
ChPmtProvider::$_iId |
Definition at line 13 of file ChPmtProvider.php.
ChPmtProvider::$_oConfig |
Definition at line 11 of file ChPmtProvider.php.
ChPmtProvider::$_oDb |
Definition at line 10 of file ChPmtProvider.php.
ChPmtProvider::$_sCaption |
Definition at line 15 of file ChPmtProvider.php.
ChPmtProvider::$_sName |
Definition at line 14 of file ChPmtProvider.php.
ChPmtProvider::$_sPrefix |
Definition at line 16 of file ChPmtProvider.php.