magento / meta-for-magento2

33 stars 19 forks source link

Add store id to order item #38

Closed ihor-sviziev closed 8 months ago

ihor-sviziev commented 8 months ago

Description (*)

We noticed that the store ID field needs to be filled correctly for the order item objects. As a result, some of our integrations with Magento are having issues processing orders that the Meta extension pulls. This change fixes this misbehavior. Unfortunately, it won't fix the previous data, but will help for newly synced orders.

Story

Bug

Task

Fixed Issues (if relevant)

  1. magento-commerce/facebook-for-magento2#: Issue title

Manual testing scenarios (*)

  1. ...
  2. ...

Questions or comments

Checklist

ihor-sviziev commented 8 months ago

@zlik pls review

zlik commented 8 months ago

Merged through a private repo (don't have write permission to this one), thank you for your contribution @ihor-sviziev!