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

Go to the source code of this file.

Variables

 $addressData = include __DIR__ . '/address_data.php'
 
 $billingAddress
 
 $shippingAddress = clone $billingAddress
 
 $payment
 
 $order = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create(\Magento\Sales\Model\Order::class)
 

Variable Documentation

◆ $addressData

$addressData = include __DIR__ . '/address_data.php'

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

Definition at line 7 of file order_paid_with_payflowpro.php.

◆ $billingAddress

$billingAddress
Initial value:

Definition at line 9 of file order_paid_with_payflowpro.php.

◆ $order

$order = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create(\Magento\Sales\Model\Order::class)

Definition at line 23 of file order_paid_with_payflowpro.php.

◆ $payment

$payment
Initial value:

Definition at line 18 of file order_paid_with_payflowpro.php.

◆ $shippingAddress

$shippingAddress = clone $billingAddress

Definition at line 15 of file order_paid_with_payflowpro.php.