VbzCart/v1/class/vcPageContent ckout/CaptureBilling

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search

Purpose

This method is basically just a shortcut to vcCartDataManager::CaptureBillingPage().

Call Chains

Code

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