How does the \Magento\Sales\Model\Order\Payment::getAuthorizationTransaction() work and used?

Implementation

https://github.com/magento/magento2/blob/2.1.5/app/code/Magento/Sales/Model/Order/Payment.php#L1254-L1265



Usages

1

https://github.com/magento/magento2/blob/2.1.5/app/code/Magento/Sales/Model/Order/Payment/Operations/CaptureOperation.php#L40-L46

2

https://github.com/magento/magento2/blob/2.1.5/app/code/Magento/Paypal/Model/Express.php#L472-L483

3

https://github.com/magento/magento2/blob/2.1.5/app/code/Magento/Sales/Model/Order/Payment/Operations/RegisterCaptureNotificationOperation.php#L15-L34

4

https://github.com/magento/magento2/blob/2.1.5/app/code/Magento/Sales/Model/Order/Payment.php#L258-L281

5

6

https://github.com/magento/magento2/blob/2.1.5/app/code/Magento/Sales/Model/Order/Payment.php#L1057-L1077

7

https://github.com/magento/magento2/blob/2.1.5/app/code/Magento/Paypal/Model/Payflow/Transparent.php#L257-L277

See also: