Difference between revisions of "VbzCart/v1/class/vcCartDataManager"

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
m
Line 16: Line 16:
 
** $this->'''RenderBillingPage'''()
 
** $this->'''RenderBillingPage'''()
 
*** '''called by''' {{l/version|class|vcPageContent_ckout}}::'''RenderBillingPage'''()
 
*** '''called by''' {{l/version|class|vcPageContent_ckout}}::'''RenderBillingPage'''()
*** '''calls''' {{l/version|class|vcCartData_Buyer}}::RenderPayment()
+
*** '''calls''' {{l/version|class|vcCartData_Buyer}}::'''RenderPayment'''()
 
** $this->'''CaptureBillingPage'''()
 
** $this->'''CaptureBillingPage'''()
 
*** '''called by''' {{l/version|class|vcPageContent_ckout}}::'''CaptureBilling'''()
 
*** '''called by''' {{l/version|class|vcPageContent_ckout}}::'''CaptureBilling'''()
 
**** ...which is not called by anything!
 
**** ...which is not called by anything!
 
*** '''calls''' {{l/version|class|vcCartData_Buyer}}::'''CapturePayment'''()
 
*** '''calls''' {{l/version|class|vcCartData_Buyer}}::'''CapturePayment'''()

Revision as of 15:44, 16 April 2019

About

Links