VbzCart/v1/class/vcCartData Buyer: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
No edit summary
mNo edit summary
Line 22: Line 22:
**** $this->'''CapturePayment'''() [public], which calls...
**** $this->'''CapturePayment'''() [public], which calls...
***** $this->'''ReceiveForm'''(), which is...
***** $this->'''ReceiveForm'''(), which is...
****** ...'''defined in''' {{l/version|class|vtCartData_NameAddress}}, and which...
****** ...'''defined in''' {{l/version|class|vtCartData_NameAddress}}, where it...
******* ...doesn't actually seem to do anything to receive the form.
******* ...doesn't actually seem to do anything to receive the form.

Revision as of 11:28, 17 April 2019

{{#set:in project=VbzCart}}{{#set:thing type=VbzCart/class}}{{#set:class name=vcCartData Buyer}}{{#set:version=v1}}

  • file: cart/cart.data.fg.buyer.php
  • extends vcCartData_Contact which...
  • call links:
    • field creation:
      • $this->CreateFields() [events API] calls...
        • vcCartData_Contact::CreateFields() (parent)
        • $this->OrderMessageField(); // add this field to the standard ones
        • $this->CardNumberField();
        • $this->CardExpiryField();
    • rendering:
      • $this->RenderPayment($doEdit) [public] calls...
        • $this->RenderPayTypeSection($doEdit), which calls...
          • $this->RenderPayCardSection($doEdit), which calls...
            • $this->RenderPayCardNumberSection($doEdit)
            • $this->RenderPayCardAddrSection($doEdit)
    • capture:
      • vcCartDataManager::CaptureBillingPage() calls...
        • $this->CapturePayment() [public], which calls...
          • $this->ReceiveForm(), which is...
            • ...defined in vtCartData_NameAddress, where it...
              • ...doesn't actually seem to do anything to receive the form.