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

Go to the source code of this file.

Variables

 $payments
 

Variable Documentation

◆ $payments

$payments
Initial value:
= [
[
'parent_id' => $order->getId(),
'cc_exp_month' => '06',
'cc_ss_start_year' => '2014',
'method' => 'checkmo',
'cc_last_4' => '123'
],
[
'parent_id' => $order->getId(),
'cc_exp_month' => '07',
'cc_ss_start_year' => '2014',
'method' => 'checkmo',
'cc_last_4' => '456'
],
[
'parent_id' => $order->getId(),
'cc_exp_month' => '08',
'cc_ss_start_year' => '2015',
'method' => 'checkmo'
],
[
'parent_id' => $order->getId(),
'cc_exp_month' => '09',
'cc_ss_start_year' => '2016',
'method' => 'paypal_express'
],
]
$order
Definition: order.php:55

Definition at line 12 of file order_payment_list.php.