VbzCart/docs/v1/class/vcCartData Buyer/RenderPayment: 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|vcCartDataManager}}::'''RenderBillingPage'''() calls... ** {{hilite|$this->'''RenderPayment'''($doEdit) [public]}}, which calls....")
 
 
(No difference)

Latest revision as of 01:58, 25 February 2024

Template:Page/code/class/method

  • Template:L/version::RenderBillingPage() calls...
    • $this->RenderPayment($doEdit) [public], which calls...
      • $this->RenderPayTypeSection($doEdit), which calls...
        • $this->RenderPayCardSection($doEdit), which calls...
          • $this->RenderPayCardNumberSection($doEdit)
          • $this->RenderPayCardAddrSection($doEdit)