Skip to content

Instantly share code, notes, and snippets.

@dinhkhanh
Created June 13, 2015 09:57
Show Gist options
  • Save dinhkhanh/4e73676f5486f79fedab to your computer and use it in GitHub Desktop.
Save dinhkhanh/4e73676f5486f79fedab to your computer and use it in GitHub Desktop.
Add Transaction Detail
<?php
$payment->getTransaction($id)
->setAdditionalInformation(
Mage_Sales_Model_Order_Payment_Transaction::RAW_DETAILS,
$data
)->save();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment