Class Phoenix_Moneybookers_Model_Event
Moneybookers notification processor model
Package: Phoenix\Moneybookers
Copyright: Copyright (c) 2012 Phoenix Medien GmbH & Co. KG (http://www.phoenix-medien.de)
License: Open Software License (OSL 3.0)
Located at code/community/Phoenix/Moneybookers/Model/Event.php
Copyright: Copyright (c) 2012 Phoenix Medien GmbH & Co. KG (http://www.phoenix-medien.de)
License: Open Software License (OSL 3.0)
Located at code/community/Phoenix/Moneybookers/Model/Event.php
public
|
|
public
array|string
|
|
protected
|
|
public
String
|
|
public
|
|
public
integer
|
|
protected
|
|
protected
|
#
_processSale( string $status, mixed $msg )
Processes payment confirmation, creates invoice if necessary, updates order status, sends order confirmation to customer |
protected
|
|
protected
array
|
#
_validateEventData( boolean $fullCheck = true )
Checking returned parameters Thorws Mage_Core_Exception if error |
integer |
MONEYBOOKERS_STATUS_FAIL
|
-2 |
|
integer |
MONEYBOOKERS_STATUS_CANCEL
|
-1 |
|
integer |
MONEYBOOKERS_STATUS_PENDING
|
0 |
|
integer |
MONEYBOOKERS_STATUS_SUCCESS
|
2 |
protected
mixed
|
$_order | null |
|
protected
array
|
$_eventData | array() |
#
Event request data |