-
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 697 to 702 in 047a2c8
'type' => $transactionData['txn_type'], //TODO is this only always payment? or can this be refund? | |
'reference' => $transactionData['txn_id'], //TODO validate this is the correct value | |
'gateway' => $gateway, //TODO validate this is the correct value | |
'status' => $payment->getCcCidStatus(), //TODO validate this is the correct value | |
'meta' => array( | |
'display_price' => $this->formatPrice($transactionAmount, $currency), |