Skip to content

Commit

Permalink
Merge pull request #48 from paynl/PLUG-84
Browse files Browse the repository at this point in the history
Update magento2 plugin with object info
  • Loading branch information
max-geraci authored Dec 10, 2019
2 parents 4a4d483 + e06e278 commit e99c1bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Model/Paymentmethod/PaymentMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ protected function doStartTransaction(Order $order)
'extra3' => $order->getEntityId(),
'exchangeUrl' => $exchangeUrl,
'currency' => $currency,
'object' => 'magento2 1.5.5',
);
if (isset($shippingAddress)) {
$data['address'] = $shippingAddress;
Expand Down

0 comments on commit e99c1bc

Please sign in to comment.