Difference between revisions of "VbzCart/v1/class/vcCartData Buyer/CapturePayment"
< VbzCart | v1/class | vcCartData Buyer
Jump to navigation
Jump to search
(Created page with "* {{l/version|class|vcCartDataManager}}::'''CaptureBillingPage'''() calls... ** {{hilite|$this->'''CapturePayment'''() [public]}}, which calls... *** $this->'''ReceiveForm'''(...") |
|||
Line 1: | Line 1: | ||
+ | {{page/code/class/method}} | ||
* {{l/version|class|vcCartDataManager}}::'''CaptureBillingPage'''() calls... | * {{l/version|class|vcCartDataManager}}::'''CaptureBillingPage'''() calls... | ||
** {{hilite|$this->'''CapturePayment'''() [public]}}, which calls... | ** {{hilite|$this->'''CapturePayment'''() [public]}}, which calls... |
Latest revision as of 13:02, 17 April 2019
- vcCartDataManager::CaptureBillingPage() calls...
- $this->CapturePayment() [public], which calls...
- $this->ReceiveForm(), which is...
- ...defined in vtCartData_NameAddress (used in vtCartData_NameAddress), where...
- ...some rethinking seems called for, re AddMissing().
- ...defined in vtCartData_NameAddress (used in vtCartData_NameAddress), where...
- $this->ReceiveForm(), which is...
- $this->CapturePayment() [public], which calls...