CaMykS
1.0-20231201
|
MoneticoPaiement Input
Manage online payment with Monetico system.
More...
Private Member Functions | |
set_lastError ($errorCode, $errorMsg) | |
build_config () | |
Private Attributes | |
$_lastErrorCode = 0 | |
Last error code. More... | |
$_lastErrorMsg = '' | |
Last error message. More... | |
$_transactionId = '' | |
Transaction identifier. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Plugin | |
set_redirect ($time, $url='') | |
add_meta ($name, $content, $method='name') | |
add_toHtaccess ($content='') | |
add_dependency ($plugin, $type, $version='1.0', $mandatory=false) | |
set_dependencies () | |
register_asSharedObject ($name) | |
& | get_sharedObject ($name) |
register_asExtension ($plugin) | |
get_registeredExtensions () | |
register_asCaMykSEventHandler ($event) | |
MoneticoPaiement Input
Manage online payment with Monetico system.
MoneticoPaiement::__construct | ( | $path_type | ) |
Class constructor.
string | $path_type |
MoneticoPaiement::initialise | ( | $params = array() | ) |
MoneticoPaiement::prepare_forPayment | ( | $params = array() | ) |
Prepare for payment.
array | $params |
MoneticoPaiement::load_paymentConfirmation | ( | ) |
Return response data from confirmation request
MoneticoPaiement::is_paymentConfirmed | ( | ) |
Check if payment is confirmed.
MoneticoPaiement::is_paymentCancelled | ( | ) |
Check if payment is cancelled.
MoneticoPaiement::get_paymentConfirmationData | ( | ) |
Return response data from confirmation request.
MoneticoPaiement::execute_checkout | ( | ) |
Execute check out.
MoneticoPaiement::get_transactionId | ( | ) |
Return transaction id.
MoneticoPaiement::get_manualTransferLink | ( | ) |
Return manual transfer link.
|
private |
Define last error.
string | $errorCode | |
string | $errorMsg |
MoneticoPaiement::get_lastError | ( | ) |
Return last error as code.
MoneticoPaiement::get_lastErrorMessage | ( | ) |
Return last error as text.
|
private |
Build Monetico configuration
MoneticoPaiement::load_configuration | ( | ) |
Load plugin configuration
MoneticoPaiement::format_phoneNumber | ( | $phoneNumber, | |
$countryCode | |||
) |
Format phone number.
string | $phoneNumber | |
string | $countryCode |
MoneticoPaiement::initialise_configDisplay | ( | ) |
Initialise object in Admin_Site / view configuration mode.
MoneticoPaiement::display_configDisplay | ( | ) |
Display object in Admin_Site / view configuration mode.
MoneticoPaiement::initialise_configEdition | ( | $form | ) |
MoneticoPaiement::display_configEdition | ( | ) |
Display object in Admin_Site / edit configuration mode.
MoneticoPaiement::save_configuration | ( | ) |
Execute object in Admin_Site / save configuration mode.
MoneticoPaiement::$params |
Input parameters.
var array $params
|
private |
Last error code.
var integer $_lastErrorCode
|
private |
Last error message.
var sring $_lastErrorMsg
|
private |
Transaction identifier.
var sring $_transactionId