PHP Class Microweber\Providers\Shop\CheckoutManager

Datei anzeigen Open project: microweber/microweber

Public Properties

Property Type Description
$app Microweber\Application
$table
$tables

Public Methods

Method Description
__construct ( $app = null )
after_checkout ( $order_id, $suppress_output = true )
checkout ( $data )
checkout_ipn ( $data )
confirm_email_send ( $order_id, $to = false, $no_cache = false, $skip_enabled_check = false )
payment_options ( $option_key = false )

Private Methods

Method Description
domain_name ( $domainb )
esip ( $ip_addr )
get_domain_from_str ( $address )

Method Details

__construct() public method

public __construct ( $app = null )

after_checkout() public method

public after_checkout ( $order_id, $suppress_output = true )

checkout() public method

public checkout ( $data )

checkout_ipn() public method

public checkout_ipn ( $data )

confirm_email_send() public method

public confirm_email_send ( $order_id, $to = false, $no_cache = false, $skip_enabled_check = false )

payment_options() public method

public payment_options ( $option_key = false )

Property Details

$app public_oe property

public Application,Microweber $app
return Microweber\Application

$table public_oe property

public $table

$tables public_oe property

public $tables