-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Labels
Description
magento_extension/src/app/code/community/Zendesk/Zendesk/Helper/Data.php
Lines 686 to 691 in 047a2c8
| $transaction = $payment->lookupTransaction($lastTransId, 'capture'); // TODO grab authorization as well | |
| } | |
| if (!empty($transaction)) { | |
| $transactionData = $transaction->getData(); | |
| } |