VbzCart/docs/v1/class/vcPageContent ckout/CaptureBilling: Difference between revisions

From Woozle Writes Code
Jump to navigation Jump to search
imported>Woozle
(Created page with "{{page/code/class/method}} ==Purpose== This method is basically just a shortcut to {{l/version/method|vcCartDataManager|CaptureBillingPage}}(). ==Call Chains== * {{hilite|{{l/...")
 
 
(No difference)

Latest revision as of 01:58, 25 February 2024

Template:Page/code/class/method

Purpose

This method is basically just a shortcut to Template:L/version/method().

Call Chains

Code

protected function CaptureBilling() {
	$oMgr = $this->GetFieldsManager();
	$oMgr->CaptureBillingPage();
}