agnostack/magento_extension

validate this is the correct value

Closed this issue · 0 comments

todo commented

'id' => $transactionData['transaction_id'], //TODO validate this is the correct value
'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(


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