Skip to content

Commit

Permalink
Merge pull request #39 from paynl/PLUG-85
Browse files Browse the repository at this point in the history
Update magento1 plugin with object info
  • Loading branch information
max-geraci authored Dec 10, 2019
2 parents afeac5a + 751462f commit 832875d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/code/community/Pay/Payment/Model/Paymentmethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,8 @@ protected static function getTransactionStartData(Mage_Sales_Model_Order $order)
'extra1' => $order->getIncrementId(),
'extra2' => $order->getCustomerEmail(),
'ipAddress' => $ipAddress,
'language' => $helperData->getLanguage($order->getStore())
'language' => $helperData->getLanguage($order->getStore()),
'object' => 'magento1 ' . Mage::helper('pay_payment')->getVersion()
);
$arrCompany = array();
if ($order->getShippingAddress() && $order->getShippingAddress()->getCompany()) {
Expand Down

0 comments on commit 832875d

Please sign in to comment.