Skip to content

Commit

Permalink
Update magento2 plugin with object info
Browse files Browse the repository at this point in the history
  • Loading branch information
woutse committed Dec 5, 2019
1 parent b59d716 commit e06e278
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 @@ -288,6 +288,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 e06e278

Please sign in to comment.