VbzCart/docs/v1/class/vcCartDataManager/CaptureBillingPage: Difference between revisions

From Woozle Writes Code
Jump to navigation Jump to search
imported>Woozle
(Created page with "{{page/code/class/method}} * {{l/version|class|vcPageContent_ckout}}::'''CapturePage'''() [protected] calls... ** {{l/version|class|vcPageContent_ckout}}::'''CaptureBilling'''...")
 
imported>Woozle
No edit summary
Line 1: Line 1:
{{page/code/class/method}}
{{page/code/class/method}}
* {{l/version|class|vcPageContent_ckout}}::'''CapturePage'''() [protected] calls...
* {{l/version/method|vcPageContent_ckout|CapturePage}}() [protected] calls...
** {{l/version|class|vcPageContent_ckout}}::'''CaptureBilling'''() [protected], which calls...
** {{l/version/method|vcPageContent_ckout|CaptureBilling}}() [protected], which calls...
*** {{hilite|$this->'''CaptureBillingPage'''()}}, which calls...
*** {{hilite|$this->'''CaptureBillingPage'''()}}, which calls...
**** {{l/version/method|vcCartData_Buyer|CapturePayment}}()
**** {{l/version/method|vcCartData_Buyer|CapturePayment}}()

Revision as of 17:08, 21 April 2019

Template:Page/code/class/method