Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
two_orders_for_two_diff_customers.php File Reference

Go to the source code of this file.

Variables

 $customerIdFromFixture = 1
 
 $payment2 = $objectManager->create(\Magento\Sales\Model\Order\Payment::class)
 
 $order2 = $objectManager->create(\Magento\Sales\Model\Order::class)
 

Variable Documentation

◆ $customerIdFromFixture

$customerIdFromFixture = 1

Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.

Definition at line 10 of file two_orders_for_two_diff_customers.php.

◆ $order2

$order2 = $objectManager->create(\Magento\Sales\Model\Order::class)

Definition at line 18 of file two_orders_for_two_diff_customers.php.

◆ $payment2

$payment2 = $objectManager->create(\Magento\Sales\Model\Order\Payment::class)

Definition at line 14 of file two_orders_for_two_diff_customers.php.