Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
PaymentAction.php
Go to the documentation of this file.
1 <?php
7 
10 
14 class PaymentAction implements ArrayInterface
15 {
21  public function toOptionArray()
22  {
23  return [
24  [
26  'label' => __('Authorize'),
27  ],
28  [
30  'label' => __('Authorize and Capture'),
31  ]
32  ];
33  }
34 }
__()
Definition: __.php:13