processOrder example

$this->getPositions();

        $this->getUser();
        $this->getBilling();
        $this->getShipping();
        $this->getDispatch();
        $this->getPayment();
        $this->getPaymentInstances();

        $this->processPositions();
        $this->processOrder();
    }

    /** * Convert this object into an array * * @return array<string, mixed> */
    public function __toArray()
    {
        $array = get_object_vars($this);

        
Home | Imprint | This part of the site doesn't use cookies.