agnostack/magento_extension

is this only always payment? or can this be refund?

todo opened this issue · 0 comments

todo commented

'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),


This issue was generated by todo based on a TODO comment in 047a2c8 when #164 was merged. cc @agnostack.